Html Css Color HEX #42A1F9 Summer Sky

📋 copy color: '#42A1F9'

red 66 ◦ green 161 ◦ blue 249

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

Shades of Summer Sky #42A1F9

Tints of Summer Sky #42A1F9

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.82%

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

R = 13.87%
G = 33.82%
B = 52.31%

CMYK

 C value IS 0.73

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#42A1F9 (or 0x42A1F9) is known color: Summer Sky. HEX triplet: 42, A1 and F9. RGB value is (66,161,249). Sum of RGB (Red+Green+Blue) = 66+161+249=476 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.87% from 476); Green value is 161 (63.28% from 255 or 33.82% from 476); Blue value is 249 (97.66% from 255 or 52.31% from 476); Max value from RGB is 249 - color contains mainly: blue. Hex color #42A1F9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42A1F9 is #BD5E06. Grayscale: #8E8E8E. Windows color (decimal): -12410375 or 16359746. OLE color: 16359746.

HSL color Cylindrical-coordinate representation of color #42A1F9: hue angle of 208.85º 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 #42A1F9 is Cyan = 0.73, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 66 161 249 -
CMYK 0.73 0.35 0 0.02
HSL 208.85º 0.94% 0.62% -
HSV(B) 208.85º 0.73% 0.98% -
XYZ 32.09 33.49 94.39 -
YUV 142.63 188.03 73.34 -
System Red Green Blue C M Y K H S L
Decimal 66 161 249 0.73 0.35 0 0.02 208.85 0.94 0.62
Hex 42 A1 F9 49 23 0 2 D1 5E 3E
Octal 102 241 371 111 43 0 2 321 136 76
Binary 1000010 10100001 11111001 1001001 100011 0 10 11010001 1011110 111110

Color Harmonies of #42A1F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A1F9

Black with #42A1F9

Text Example


Text Example

White with #42A1F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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