Html Css Color HEX #42BFE1 Summer Sky

📋 copy color: '#42BFE1'

red 66 ◦ green 191 ◦ blue 225

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

Shades of Summer Sky #42BFE1

Tints of Summer Sky #42BFE1

RGB

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

 GREEN value IS 191 (75% from 255) = 39.63%

 BLUE value IS 225 (88.28% from 255) = 46.68%

R = 13.69%
G = 39.63%
B = 46.68%

CMYK

 C value IS 0.71

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#42BFE1 (or 0x42BFE1) is known color: Summer Sky. HEX triplet: 42, BF and E1. RGB value is (66,191,225). Sum of RGB (Red+Green+Blue) = 66+191+225=482 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.69% from 482); Green value is 191 (75% from 255 or 39.63% from 482); Blue value is 225 (88.28% from 255 or 46.68% from 482); Max value from RGB is 225 - color contains mainly: blue. Hex color #42BFE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BFE1 is #BD401E. Grayscale: #9D9D9D. Windows color (decimal): -12402719 or 14794562. OLE color: 14794562.

HSL color Cylindrical-coordinate representation of color #42BFE1: hue angle of 192.83º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42BFE1 is Cyan = 0.71, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 66 191 225 -
CMYK 0.71 0.15 0 0.12
HSL 192.83º 0.73% 0.57% -
HSV(B) 192.83º 0.71% 0.88% -
XYZ 34.47 43.86 77.88 -
YUV 157.5 166.09 62.74 -
System Red Green Blue C M Y K H S L
Decimal 66 191 225 0.71 0.15 0 0.12 192.83 0.73 0.57
Hex 42 BF E1 47 F 0 C C1 49 39
Octal 102 277 341 107 17 0 14 301 111 71
Binary 1000010 10111111 11100001 1000111 1111 0 1100 11000001 1001001 111001

Color Harmonies of #42BFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BFE1

Black with #42BFE1

Text Example


Text Example

White with #42BFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,191,225); }

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

background-color css

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

 a { background-color: rgb(66,191,225); }

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

border-color css

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

 span { border-color: rgb(66,191,225); }

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