Html Css Color HEX #42BAF7 Summer Sky

📋 copy color: '#42BAF7'

red 66 ◦ green 186 ◦ blue 247

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

Shades of Summer Sky #42BAF7

Tints of Summer Sky #42BAF7

RGB

 RED value IS 66 (26.17% from 255) = 13.23%

 GREEN value IS 186 (73.05% from 255) = 37.27%

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

R = 13.23%
G = 37.27%
B = 49.5%

CMYK

 C value IS 0.73

 M value IS 0.25

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#42BAF7 (or 0x42BAF7) is known color: Summer Sky. HEX triplet: 42, BA and F7. RGB value is (66,186,247). Sum of RGB (Red+Green+Blue) = 66+186+247=499 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.23% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 247 (96.88% from 255 or 49.50% from 499); Max value from RGB is 247 - color contains mainly: blue. Hex color #42BAF7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42BAF7 is #BD4508. Grayscale: #9C9C9C. Windows color (decimal): -12403977 or 16235074. OLE color: 16235074.

HSL color Cylindrical-coordinate representation of color #42BAF7: hue angle of 200.22º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42BAF7 is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 66 186 247 -
CMYK 0.73 0.25 0 0.03
HSL 200.22º 0.92% 0.61% -
HSV(B) 200.22º 0.73% 0.97% -
XYZ 36.59 42.99 94.37 -
YUV 157.07 178.74 63.04 -
System Red Green Blue C M Y K H S L
Decimal 66 186 247 0.73 0.25 0 0.03 200.22 0.92 0.61
Hex 42 BA F7 49 19 0 3 C8 5C 3D
Octal 102 272 367 111 31 0 3 310 134 75
Binary 1000010 10111010 11110111 1001001 11001 0 11 11001000 1011100 111101

Color Harmonies of #42BAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BAF7

Black with #42BAF7

Text Example


Text Example

White with #42BAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42BAF7; }

 p { color: rgb(66,186,247); }

 H1.HeaderClassName
 {
   color: #42BAF7;
 }
 .AnyTagClassName
 {
   color: #42BAF7;
 }
</style>

background-color css

<style>
 a { background-color: #42BAF7; }

 a { background-color: rgb(66,186,247); }

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

border-color css

<style>
 span { border-color: #42BAF7; }

 span { border-color: rgb(66,186,247); }

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