Html Css Color HEX #42B8FE Summer Sky

📋 copy color: '#42B8FE'

red 66 ◦ green 184 ◦ blue 254

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

Shades of Summer Sky #42B8FE

Tints of Summer Sky #42B8FE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.51%

 BLUE value IS 254 (99.61% from 255) = 50.4%

R = 13.1%
G = 36.51%
B = 50.4%

CMYK

 C value IS 0.74

 M value IS 0.28

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#42B8FE (or 0x42B8FE) is known color: Summer Sky. HEX triplet: 42, B8 and FE. RGB value is (66,184,254). Sum of RGB (Red+Green+Blue) = 66+184+254=504 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.10% from 504); Green value is 184 (72.27% from 255 or 36.51% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #42B8FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42B8FE is #BD4701. Grayscale: #9C9C9C. Windows color (decimal): -12404482 or 16693314. OLE color: 16693314.

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

Color convert

RGB 66 184 254 -
CMYK 0.74 0.28 0 0.00
HSL 202.34º 0.99% 0.63% -
HSV(B) 202.34º 0.74% 1% -
XYZ 37.28 42.59 100.02 -
YUV 156.7 182.91 63.31 -
System Red Green Blue C M Y K H S L
Decimal 66 184 254 0.74 0.28 0 0.00 202.34 0.99 0.63
Hex 42 B8 FE 4A 1C 0 0 CA 63 3F
Octal 102 270 376 112 34 0 0 312 143 77
Binary 1000010 10111000 11111110 1001010 11100 0 0 11001010 1100011 111111

Color Harmonies of #42B8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B8FE

Black with #42B8FE

Text Example


Text Example

White with #42B8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,184,254); }

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

background-color css

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

 a { background-color: rgb(66,184,254); }

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

border-color css

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

 span { border-color: rgb(66,184,254); }

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