Html Css Color HEX #42BDFF Summer Sky

📋 copy color: '#42BDFF'

red 66 ◦ green 189 ◦ blue 255

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

Shades of Summer Sky #42BDFF

Tints of Summer Sky #42BDFF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.06%

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

R = 12.94%
G = 37.06%
B = 50%

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

#42BDFF (or 0x42BDFF) is known color: Summer Sky. HEX triplet: 42, BD and FF. RGB value is (66,189,255). Sum of RGB (Red+Green+Blue) = 66+189+255=510 (67% of max value = 765). Red value is 66 (26.17% from 255 or 12.94% from 510); Green value is 189 (74.22% from 255 or 37.06% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #42BDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42BDFF is #BD4200. Grayscale: #9F9F9F. Windows color (decimal): -12403201 or 16760130. OLE color: 16760130.

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

Color convert

RGB 66 189 255 -
CMYK 0.74 0.26 0 0
HSL 200.95º 1% 0.63% -
HSV(B) 200.95º 0.74% 1% -
XYZ 38.49 44.77 101.22 -
YUV 159.75 181.75 61.13 -
System Red Green Blue C M Y K H S L
Decimal 66 189 255 0.74 0.26 0 0 200.95 1 0.63
Hex 42 BD FF 4A 1A 0 0 C9 64 3F
Octal 102 275 377 112 32 0 0 311 144 77
Binary 1000010 10111101 11111111 1001010 11010 0 0 11001001 1100100 111111

Color Harmonies of #42BDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BDFF

Black with #42BDFF

Text Example


Text Example

White with #42BDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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