Html Css Color HEX #42BAF9 Summer Sky

📋 copy color: '#42BAF9'

red 66 ◦ green 186 ◦ blue 249

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

Shades of Summer Sky #42BAF9

Tints of Summer Sky #42BAF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 49.7%

R = 13.17%
G = 37.13%
B = 49.7%

CMYK

 C value IS 0.73

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#42BAF9 (or 0x42BAF9) is known color: Summer Sky. HEX triplet: 42, BA and F9. RGB value is (66,186,249). Sum of RGB (Red+Green+Blue) = 66+186+249=501 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.17% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 249 (97.66% from 255 or 49.70% from 501); Max value from RGB is 249 - color contains mainly: blue. Hex color #42BAF9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42BAF9 is #BD4506. Grayscale: #9C9C9C. Windows color (decimal): -12403975 or 16366146. OLE color: 16366146.

HSL color Cylindrical-coordinate representation of color #42BAF9: hue angle of 200.66º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42BAF9 is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 66 186 249 -
CMYK 0.73 0.25 0 0.02
HSL 200.66º 0.94% 0.62% -
HSV(B) 200.66º 0.73% 0.98% -
XYZ 36.9 43.12 96 -
YUV 157.3 179.74 62.88 -
System Red Green Blue C M Y K H S L
Decimal 66 186 249 0.73 0.25 0 0.02 200.66 0.94 0.62
Hex 42 BA F9 49 19 0 2 C9 5E 3E
Octal 102 272 371 111 31 0 2 311 136 76
Binary 1000010 10111010 11111001 1001001 11001 0 10 11001001 1011110 111110

Color Harmonies of #42BAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BAF9

Black with #42BAF9

Text Example


Text Example

White with #42BAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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