Html Css Color HEX #42BCFF Summer Sky

📋 copy color: '#42BCFF'

red 66 ◦ green 188 ◦ blue 255

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

Shades of Summer Sky #42BCFF

Tints of Summer Sky #42BCFF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.94%

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

R = 12.97%
G = 36.94%
B = 50.1%

CMYK

 C value IS 0.74

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#42BCFF (or 0x42BCFF) is known color: Summer Sky. HEX triplet: 42, BC and FF. RGB value is (66,188,255). Sum of RGB (Red+Green+Blue) = 66+188+255=509 (67% of max value = 765). Red value is 66 (26.17% from 255 or 12.97% from 509); Green value is 188 (73.83% from 255 or 36.94% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #42BCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42BCFF is #BD4300. Grayscale: #9E9E9E. Windows color (decimal): -12403457 or 16759874. OLE color: 16759874.

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

Color convert

RGB 66 188 255 -
CMYK 0.74 0.26 0 0
HSL 201.27º 1% 0.63% -
HSV(B) 201.27º 0.74% 1% -
XYZ 38.28 44.34 101.15 -
YUV 159.16 182.08 61.55 -
System Red Green Blue C M Y K H S L
Decimal 66 188 255 0.74 0.26 0 0 201.27 1 0.63
Hex 42 BC FF 4A 1A 0 0 C9 64 3F
Octal 102 274 377 112 32 0 0 311 144 77
Binary 1000010 10111100 11111111 1001010 11010 0 0 11001001 1100100 111111

Color Harmonies of #42BCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BCFF

Black with #42BCFF

Text Example


Text Example

White with #42BCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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