Html Css Color HEX #38BFF7 Summer Sky

📋 copy color: '#38BFF7'

red 56 ◦ green 191 ◦ blue 247

#38BFF7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #38BFF7

Tints of Summer Sky #38BFF7

RGB

 RED value IS 56 (22.27% from 255) = 11.34%

 GREEN value IS 191 (75% from 255) = 38.66%

 BLUE value IS 247 (96.88% from 255) = 50%

R = 11.34%
G = 38.66%
B = 50%

CMYK

 C value IS 0.77

 M value IS 0.23

 Y value IS 0

 K value IS 0.03

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#38BFF7 (or 0x38BFF7) is known color: Summer Sky. HEX triplet: 38, BF and F7. RGB value is (56,191,247). Sum of RGB (Red+Green+Blue) = 56+191+247=494 (65% of max value = 765). Red value is 56 (22.27% from 255 or 11.34% from 494); Green value is 191 (75% from 255 or 38.66% from 494); Blue value is 247 (96.88% from 255 or 50% from 494); Max value from RGB is 247 - color contains mainly: blue. Hex color #38BFF7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38BFF7 is #C74008. Grayscale: #9C9C9C. Windows color (decimal): -13058057 or 16236344. OLE color: 16236344.

HSL color Cylindrical-coordinate representation of color #38BFF7: hue angle of 197.59º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38BFF7 is Cyan = 0.77, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 56 191 247 -
CMYK 0.77 0.23 0 0.03
HSL 197.59º 0.92% 0.59% -
HSV(B) 197.59º 0.77% 0.97% -
XYZ 37.05 44.82 94.69 -
YUV 157.02 178.77 55.95 -
System Red Green Blue C M Y K H S L
Decimal 56 191 247 0.77 0.23 0 0.03 197.59 0.92 0.59
Hex 38 BF F7 4D 17 0 3 C6 5C 3B
Octal 70 277 367 115 27 0 3 306 134 73
Binary 111000 10111111 11110111 1001101 10111 0 11 11000110 1011100 111011

Color Harmonies of #38BFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BFF7

Black with #38BFF7

Text Example


Text Example

White with #38BFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38BFF7; }

 p { color: rgb(56,191,247); }

 H1.HeaderClassName
 {
   color: #38BFF7;
 }
 .AnyTagClassName
 {
   color: #38BFF7;
 }
</style>

background-color css

<style>
 a { background-color: #38BFF7; }

 a { background-color: rgb(56,191,247); }

 div.DivClassName
 {
   background-color: #38BFF7;
 }
 .BgClassName
 {
   background-color: #38BFF7;
 }
</style>

border-color css

<style>
 span { border-color: #38BFF7; }

 span { border-color: rgb(56,191,247); }

 td.TdClassName
 {
   border-color: #38BFF7;
 }
 .TagClassName
 {
   border-color: #38BFF7;
 }
</style>