Html Css Color HEX #42B0FC Summer Sky

📋 copy color: '#42B0FC'

red 66 ◦ green 176 ◦ blue 252

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

Shades of Summer Sky #42B0FC

Tints of Summer Sky #42B0FC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.63%

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

R = 13.36%
G = 35.63%
B = 51.01%

CMYK

 C value IS 0.74

 M value IS 0.30

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#42B0FC (or 0x42B0FC) is known color: Summer Sky. HEX triplet: 42, B0 and FC. RGB value is (66,176,252). Sum of RGB (Red+Green+Blue) = 66+176+252=494 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.36% from 494); Green value is 176 (69.14% from 255 or 35.63% from 494); Blue value is 252 (98.83% from 255 or 51.01% from 494); Max value from RGB is 252 - color contains mainly: blue. Hex color #42B0FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42B0FC is #BD4F03. Grayscale: #979797. Windows color (decimal): -12406532 or 16560194. OLE color: 16560194.

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

Color convert

RGB 66 176 252 -
CMYK 0.74 0.30 0 0.01
HSL 204.52º 0.97% 0.62% -
HSV(B) 204.52º 0.74% 0.99% -
XYZ 35.34 39.24 97.81 -
YUV 151.77 184.56 66.82 -
System Red Green Blue C M Y K H S L
Decimal 66 176 252 0.74 0.30 0 0.01 204.52 0.97 0.62
Hex 42 B0 FC 4A 1E 0 1 CD 61 3E
Octal 102 260 374 112 36 0 1 315 141 76
Binary 1000010 10110000 11111100 1001010 11110 0 1 11001101 1100001 111110

Color Harmonies of #42B0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B0FC

Black with #42B0FC

Text Example


Text Example

White with #42B0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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