Html Css Color HEX #42A3F9 Summer Sky

📋 copy color: '#42A3F9'

red 66 ◦ green 163 ◦ blue 249

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

Shades of Summer Sky #42A3F9

Tints of Summer Sky #42A3F9

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.1%

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

R = 13.81%
G = 34.1%
B = 52.09%

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

#42A3F9 (or 0x42A3F9) is known color: Summer Sky. HEX triplet: 42, A3 and F9. RGB value is (66,163,249). Sum of RGB (Red+Green+Blue) = 66+163+249=478 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.81% from 478); Green value is 163 (64.06% from 255 or 34.10% from 478); Blue value is 249 (97.66% from 255 or 52.09% from 478); Max value from RGB is 249 - color contains mainly: blue. Hex color #42A3F9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42A3F9 is #BD5C06. Grayscale: #8F8F8F. Windows color (decimal): -12409863 or 16360258. OLE color: 16360258.

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

Color convert

RGB 66 163 249 -
CMYK 0.73 0.35 0 0.02
HSL 208.2º 0.94% 0.62% -
HSV(B) 208.2º 0.73% 0.98% -
XYZ 32.44 34.19 94.51 -
YUV 143.8 187.36 72.51 -
System Red Green Blue C M Y K H S L
Decimal 66 163 249 0.73 0.35 0 0.02 208.2 0.94 0.62
Hex 42 A3 F9 49 23 0 2 D0 5E 3E
Octal 102 243 371 111 43 0 2 320 136 76
Binary 1000010 10100011 11111001 1001001 100011 0 10 11010000 1011110 111110

Color Harmonies of #42A3F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A3F9

Black with #42A3F9

Text Example


Text Example

White with #42A3F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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