Html Css Color HEX #42BDF0 Summer Sky

📋 copy color: '#42BDF0'

red 66 ◦ green 189 ◦ blue 240

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

Shades of Summer Sky #42BDF0

Tints of Summer Sky #42BDF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 48.48%

R = 13.33%
G = 38.18%
B = 48.48%

CMYK

 C value IS 0.72

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#42BDF0 (or 0x42BDF0) is known color: Summer Sky. HEX triplet: 42, BD and F0. RGB value is (66,189,240). Sum of RGB (Red+Green+Blue) = 66+189+240=495 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.33% from 495); Green value is 189 (74.22% from 255 or 38.18% from 495); Blue value is 240 (94.14% from 255 or 48.48% from 495); Max value from RGB is 240 - color contains mainly: blue. Hex color #42BDF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42BDF0 is #BD420F. Grayscale: #9D9D9D. Windows color (decimal): -12403216 or 15777090. OLE color: 15777090.

HSL color Cylindrical-coordinate representation of color #42BDF0: hue angle of 197.59º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42BDF0 is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 66 189 240 -
CMYK 0.72 0.21 0 0.06
HSL 197.59º 0.85% 0.6% -
HSV(B) 197.59º 0.73% 0.94% -
XYZ 36.17 43.84 88.99 -
YUV 158.04 174.25 62.35 -
System Red Green Blue C M Y K H S L
Decimal 66 189 240 0.72 0.21 0 0.06 197.59 0.85 0.6
Hex 42 BD F0 48 15 0 6 C6 55 3C
Octal 102 275 360 110 25 0 6 306 125 74
Binary 1000010 10111101 11110000 1001000 10101 0 110 11000110 1010101 111100

Color Harmonies of #42BDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BDF0

Black with #42BDF0

Text Example


Text Example

White with #42BDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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