Html Css Color HEX #42BAFE Summer Sky

📋 copy color: '#42BAFE'

red 66 ◦ green 186 ◦ blue 254

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

Shades of Summer Sky #42BAFE

Tints of Summer Sky #42BAFE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.76%

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

R = 13.04%
G = 36.76%
B = 50.2%

CMYK

 C value IS 0.74

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#42BAFE (or 0x42BAFE) is known color: Summer Sky. HEX triplet: 42, BA and FE. RGB value is (66,186,254). Sum of RGB (Red+Green+Blue) = 66+186+254=506 (67% of max value = 765). Red value is 66 (26.17% from 255 or 13.04% from 506); Green value is 186 (73.05% from 255 or 36.76% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #42BAFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42BAFE is #BD4501. Grayscale: #9D9D9D. Windows color (decimal): -12403970 or 16693826. OLE color: 16693826.

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

Color convert

RGB 66 186 254 -
CMYK 0.74 0.27 0 0.00
HSL 201.7º 0.99% 0.63% -
HSV(B) 201.7º 0.74% 1% -
XYZ 37.7 43.43 100.16 -
YUV 157.87 182.24 62.47 -
System Red Green Blue C M Y K H S L
Decimal 66 186 254 0.74 0.27 0 0.00 201.7 0.99 0.63
Hex 42 BA FE 4A 1B 0 0 CA 63 3F
Octal 102 272 376 112 33 0 0 312 143 77
Binary 1000010 10111010 11111110 1001010 11011 0 0 11001010 1100011 111111

Color Harmonies of #42BAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BAFE

Black with #42BAFE

Text Example


Text Example

White with #42BAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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