Html Css Color HEX #2ABDEC Summer Sky

📋 copy color: '#2ABDEC'

red 42 ◦ green 189 ◦ blue 236

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

Shades of Summer Sky #2ABDEC

Tints of Summer Sky #2ABDEC

RGB

 RED value IS 42 (16.8% from 255) = 8.99%

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

 BLUE value IS 236 (92.58% from 255) = 50.54%

R = 8.99%
G = 40.47%
B = 50.54%

CMYK

 C value IS 0.82

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2ABDEC (or 0x2ABDEC) is known color: Summer Sky. HEX triplet: 2A, BD and EC. RGB value is (42,189,236). Sum of RGB (Red+Green+Blue) = 42+189+236=467 (61% of max value = 765). Red value is 42 (16.80% from 255 or 8.99% from 467); Green value is 189 (74.22% from 255 or 40.47% from 467); Blue value is 236 (92.58% from 255 or 50.54% from 467); Max value from RGB is 236 - color contains mainly: blue. Hex color #2ABDEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ABDEC is #D54213. Grayscale: #969696. Windows color (decimal): -13976084 or 15514922. OLE color: 15514922.

HSL color Cylindrical-coordinate representation of color #2ABDEC: hue angle of 194.54º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2ABDEC is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 42 189 236 -
CMYK 0.82 0.20 0 0.07
HSL 194.54º 0.84% 0.55% -
HSV(B) 194.54º 0.82% 0.93% -
XYZ 34.29 42.94 85.84 -
YUV 150.41 176.3 50.68 -
System Red Green Blue C M Y K H S L
Decimal 42 189 236 0.82 0.20 0 0.07 194.54 0.84 0.55
Hex 2A BD EC 52 14 0 7 C3 54 37
Octal 52 275 354 122 24 0 7 303 124 67
Binary 101010 10111101 11101100 1010010 10100 0 111 11000011 1010100 110111

Color Harmonies of #2ABDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABDEC

Black with #2ABDEC

Text Example


Text Example

White with #2ABDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2ABDEC; }

 p { color: rgb(42,189,236); }

 H1.HeaderClassName
 {
   color: #2ABDEC;
 }
 .AnyTagClassName
 {
   color: #2ABDEC;
 }
</style>

background-color css

<style>
 a { background-color: #2ABDEC; }

 a { background-color: rgb(42,189,236); }

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

border-color css

<style>
 span { border-color: #2ABDEC; }

 span { border-color: rgb(42,189,236); }

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