Html Css Color HEX #42CCFD Summer Sky

📋 copy color: '#42CCFD'

red 66 ◦ green 204 ◦ blue 253

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

Shades of Summer Sky #42CCFD

Tints of Summer Sky #42CCFD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.01%

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

R = 12.62%
G = 39.01%
B = 48.37%

CMYK

 C value IS 0.74

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#42CCFD (or 0x42CCFD) is known color: Summer Sky. HEX triplet: 42, CC and FD. RGB value is (66,204,253). Sum of RGB (Red+Green+Blue) = 66+204+253=523 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.62% from 523); Green value is 204 (80.08% from 255 or 39.01% from 523); Blue value is 253 (99.22% from 255 or 48.37% from 523); Max value from RGB is 253 - color contains mainly: blue. Hex color #42CCFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42CCFD is #BD3302. Grayscale: #A7A7A7. Windows color (decimal): -12399363 or 16632898. OLE color: 16632898.

HSL color Cylindrical-coordinate representation of color #42CCFD: hue angle of 195.72º 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 #42CCFD is Cyan = 0.74, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 66 204 253 -
CMYK 0.74 0.19 0 0.01
HSL 195.72º 0.98% 0.63% -
HSV(B) 195.72º 0.74% 0.99% -
XYZ 41.57 51.44 100.67 -
YUV 168.32 175.78 55.02 -
System Red Green Blue C M Y K H S L
Decimal 66 204 253 0.74 0.19 0 0.01 195.72 0.98 0.63
Hex 42 CC FD 4A 13 0 1 C4 62 3F
Octal 102 314 375 112 23 0 1 304 142 77
Binary 1000010 11001100 11111101 1001010 10011 0 1 11000100 1100010 111111

Color Harmonies of #42CCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CCFD

Black with #42CCFD

Text Example


Text Example

White with #42CCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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