Html Css Color HEX #42A8FA Summer Sky

📋 copy color: '#42A8FA'

red 66 ◦ green 168 ◦ blue 250

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

Shades of Summer Sky #42A8FA

Tints of Summer Sky #42A8FA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.71%

 BLUE value IS 250 (98.05% from 255) = 51.65%

R = 13.64%
G = 34.71%
B = 51.65%

CMYK

 C value IS 0.74

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#42A8FA (or 0x42A8FA) is known color: Summer Sky. HEX triplet: 42, A8 and FA. RGB value is (66,168,250). Sum of RGB (Red+Green+Blue) = 66+168+250=484 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.64% from 484); Green value is 168 (66.02% from 255 or 34.71% from 484); Blue value is 250 (98.05% from 255 or 51.65% from 484); Max value from RGB is 250 - color contains mainly: blue. Hex color #42A8FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42A8FA is #BD5705. Grayscale: #929292. Windows color (decimal): -12408582 or 16427074. OLE color: 16427074.

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

Color convert

RGB 66 168 250 -
CMYK 0.74 0.33 0 0.02
HSL 206.74º 0.95% 0.62% -
HSV(B) 206.74º 0.74% 0.98% -
XYZ 33.5 36.07 95.64 -
YUV 146.85 186.21 70.33 -
System Red Green Blue C M Y K H S L
Decimal 66 168 250 0.74 0.33 0 0.02 206.74 0.95 0.62
Hex 42 A8 FA 4A 21 0 2 CF 5F 3E
Octal 102 250 372 112 41 0 2 317 137 76
Binary 1000010 10101000 11111010 1001010 100001 0 10 11001111 1011111 111110

Color Harmonies of #42A8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A8FA

Black with #42A8FA

Text Example


Text Example

White with #42A8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,168,250); }

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

background-color css

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

 a { background-color: rgb(66,168,250); }

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

border-color css

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

 span { border-color: rgb(66,168,250); }

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