Html Css Color HEX #2ABDEA Summer Sky

📋 copy color: '#2ABDEA'

red 42 ◦ green 189 ◦ blue 234

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

Shades of Summer Sky #2ABDEA

Tints of Summer Sky #2ABDEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.32%

R = 9.03%
G = 40.65%
B = 50.32%

CMYK

 C value IS 0.82

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2ABDEA (or 0x2ABDEA) is known color: Summer Sky. HEX triplet: 2A, BD and EA. RGB value is (42,189,234). Sum of RGB (Red+Green+Blue) = 42+189+234=465 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.03% from 465); Green value is 189 (74.22% from 255 or 40.65% from 465); Blue value is 234 (91.80% from 255 or 50.32% from 465); Max value from RGB is 234 - color contains mainly: blue. Hex color #2ABDEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ABDEA is #D54215. Grayscale: #959595. Windows color (decimal): -13976086 or 15383850. OLE color: 15383850.

HSL color Cylindrical-coordinate representation of color #2ABDEA: hue angle of 194.06º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2ABDEA is Cyan = 0.82, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 42 189 234 -
CMYK 0.82 0.19 0 0.08
HSL 194.06º 0.82% 0.54% -
HSV(B) 194.06º 0.82% 0.92% -
XYZ 34 42.83 84.32 -
YUV 150.18 175.3 50.84 -
System Red Green Blue C M Y K H S L
Decimal 42 189 234 0.82 0.19 0 0.08 194.06 0.82 0.54
Hex 2A BD EA 52 13 0 8 C2 52 36
Octal 52 275 352 122 23 0 10 302 122 66
Binary 101010 10111101 11101010 1010010 10011 0 1000 11000010 1010010 110110

Color Harmonies of #2ABDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABDEA

Black with #2ABDEA

Text Example


Text Example

White with #2ABDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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