Html Css Color HEX #42BFFF Summer Sky

📋 copy color: '#42BFFF'

red 66 ◦ green 191 ◦ blue 255

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

Shades of Summer Sky #42BFFF

Tints of Summer Sky #42BFFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.8%

R = 12.89%
G = 37.3%
B = 49.8%

CMYK

 C value IS 0.74

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#42BFFF (or 0x42BFFF) is known color: Summer Sky. HEX triplet: 42, BF and FF. RGB value is (66,191,255). Sum of RGB (Red+Green+Blue) = 66+191+255=512 (67% of max value = 765). Red value is 66 (26.17% from 255 or 12.89% from 512); Green value is 191 (75% from 255 or 37.30% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #42BFFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42BFFF is #BD4000. Grayscale: #A0A0A0. Windows color (decimal): -12402689 or 16760642. OLE color: 16760642.

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

Color convert

RGB 66 191 255 -
CMYK 0.74 0.25 0 0
HSL 200.32º 1% 0.63% -
HSV(B) 200.32º 0.74% 1% -
XYZ 38.93 45.64 101.37 -
YUV 160.92 181.09 60.3 -
System Red Green Blue C M Y K H S L
Decimal 66 191 255 0.74 0.25 0 0 200.32 1 0.63
Hex 42 BF FF 4A 19 0 0 C8 64 3F
Octal 102 277 377 112 31 0 0 310 144 77
Binary 1000010 10111111 11111111 1001010 11001 0 0 11001000 1100100 111111

Color Harmonies of #42BFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BFFF

Black with #42BFFF

Text Example


Text Example

White with #42BFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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