Html Css Color HEX #42BDDA Summer Sky

📋 copy color: '#42BDDA'

red 66 ◦ green 189 ◦ blue 218

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

Shades of Summer Sky #42BDDA

Tints of Summer Sky #42BDDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.09%

R = 13.95%
G = 39.96%
B = 46.09%

CMYK

 C value IS 0.70

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#42BDDA (or 0x42BDDA) is known color: Summer Sky. HEX triplet: 42, BD and DA. RGB value is (66,189,218). Sum of RGB (Red+Green+Blue) = 66+189+218=473 (62% of max value = 765). Red value is 66 (26.17% from 255 or 13.95% from 473); Green value is 189 (74.22% from 255 or 39.96% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #42BDDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BDDA is #BD4225. Grayscale: #9B9B9B. Windows color (decimal): -12403238 or 14335298. OLE color: 14335298.

HSL color Cylindrical-coordinate representation of color #42BDDA: hue angle of 191.45º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42BDDA is Cyan = 0.70, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 66 189 218 -
CMYK 0.70 0.13 0 0.15
HSL 191.45º 0.67% 0.56% -
HSV(B) 191.45º 0.7% 0.85% -
XYZ 33.1 42.62 72.81 -
YUV 155.53 163.25 64.14 -
System Red Green Blue C M Y K H S L
Decimal 66 189 218 0.70 0.13 0 0.15 191.45 0.67 0.56
Hex 42 BD DA 46 D 0 F BF 43 38
Octal 102 275 332 106 15 0 17 277 103 70
Binary 1000010 10111101 11011010 1000110 1101 0 1111 10111111 1000011 111000

Color Harmonies of #42BDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BDDA

Black with #42BDDA

Text Example


Text Example

White with #42BDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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