Html Css Color HEX #42C4FD Summer Sky

📋 copy color: '#42C4FD'

red 66 ◦ green 196 ◦ blue 253

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

Shades of Summer Sky #42C4FD

Tints of Summer Sky #42C4FD

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.06%

 BLUE value IS 253 (99.22% from 255) = 49.13%

R = 12.82%
G = 38.06%
B = 49.13%

CMYK

 C value IS 0.74

 M value IS 0.23

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#42C4FD (or 0x42C4FD) is known color: Summer Sky. HEX triplet: 42, C4 and FD. RGB value is (66,196,253). Sum of RGB (Red+Green+Blue) = 66+196+253=515 (68% of max value = 765). Red value is 66 (26.17% from 255 or 12.82% from 515); Green value is 196 (76.95% from 255 or 38.06% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: blue. Hex color #42C4FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42C4FD is #BD3B02. Grayscale: #A3A3A3. Windows color (decimal): -12401411 or 16630850. OLE color: 16630850.

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

Color convert

RGB 66 196 253 -
CMYK 0.74 0.23 0 0.01
HSL 198.29º 0.98% 0.63% -
HSV(B) 198.29º 0.74% 0.99% -
XYZ 39.72 47.73 100.05 -
YUV 163.63 178.43 58.37 -
System Red Green Blue C M Y K H S L
Decimal 66 196 253 0.74 0.23 0 0.01 198.29 0.98 0.63
Hex 42 C4 FD 4A 17 0 1 C6 62 3F
Octal 102 304 375 112 27 0 1 306 142 77
Binary 1000010 11000100 11111101 1001010 10111 0 1 11000110 1100010 111111

Color Harmonies of #42C4FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C4FD

Black with #42C4FD

Text Example


Text Example

White with #42C4FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,196,253); }

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

background-color css

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

 a { background-color: rgb(66,196,253); }

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

border-color css

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

 span { border-color: rgb(66,196,253); }

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