Html Css Color HEX #42A4FC Summer Sky

📋 copy color: '#42A4FC'

red 66 ◦ green 164 ◦ blue 252

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

Shades of Summer Sky #42A4FC

Tints of Summer Sky #42A4FC

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.02%

 BLUE value IS 252 (98.83% from 255) = 52.28%

R = 13.69%
G = 34.02%
B = 52.28%

CMYK

 C value IS 0.74

 M value IS 0.35

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#42A4FC (or 0x42A4FC) is known color: Summer Sky. HEX triplet: 42, A4 and FC. RGB value is (66,164,252). Sum of RGB (Red+Green+Blue) = 66+164+252=482 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.69% from 482); Green value is 164 (64.45% from 255 or 34.02% from 482); Blue value is 252 (98.83% from 255 or 52.28% from 482); Max value from RGB is 252 - color contains mainly: blue. Hex color #42A4FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42A4FC is #BD5B03. Grayscale: #909090. Windows color (decimal): -12409604 or 16557122. OLE color: 16557122.

HSL color Cylindrical-coordinate representation of color #42A4FC: hue angle of 208.39º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42A4FC is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 66 164 252 -
CMYK 0.74 0.35 0 0.01
HSL 208.39º 0.97% 0.62% -
HSV(B) 208.39º 0.74% 0.99% -
XYZ 33.09 34.74 97.06 -
YUV 144.73 188.53 71.84 -
System Red Green Blue C M Y K H S L
Decimal 66 164 252 0.74 0.35 0 0.01 208.39 0.97 0.62
Hex 42 A4 FC 4A 23 0 1 D0 61 3E
Octal 102 244 374 112 43 0 1 320 141 76
Binary 1000010 10100100 11111100 1001010 100011 0 1 11010000 1100001 111110

Color Harmonies of #42A4FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A4FC

Black with #42A4FC

Text Example


Text Example

White with #42A4FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,164,252); }

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

background-color css

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

 a { background-color: rgb(66,164,252); }

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

border-color css

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

 span { border-color: rgb(66,164,252); }

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