Html Css Color HEX #2ABEDD Summer Sky

📋 copy color: '#2ABEDD'

red 42 ◦ green 190 ◦ blue 221

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

Shades of Summer Sky #2ABEDD

Tints of Summer Sky #2ABEDD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.94%

 BLUE value IS 221 (86.72% from 255) = 48.79%

R = 9.27%
G = 41.94%
B = 48.79%

CMYK

 C value IS 0.81

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2ABEDD (or 0x2ABEDD) is known color: Summer Sky. HEX triplet: 2A, BE and DD. RGB value is (42,190,221). Sum of RGB (Red+Green+Blue) = 42+190+221=453 (60% of max value = 765). Red value is 42 (16.80% from 255 or 9.27% from 453); Green value is 190 (74.61% from 255 or 41.94% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #2ABEDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABEDD is #D54122. Grayscale: #959595. Windows color (decimal): -13975843 or 14532138. OLE color: 14532138.

HSL color Cylindrical-coordinate representation of color #2ABEDD: hue angle of 190.39º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ABEDD is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 42 190 221 -
CMYK 0.81 0.14 0 0.13
HSL 190.39º 0.72% 0.52% -
HSV(B) 190.39º 0.81% 0.87% -
XYZ 32.42 42.54 74.91 -
YUV 149.28 168.47 51.48 -
System Red Green Blue C M Y K H S L
Decimal 42 190 221 0.81 0.14 0 0.13 190.39 0.72 0.52
Hex 2A BE DD 51 E 0 D BE 48 34
Octal 52 276 335 121 16 0 15 276 110 64
Binary 101010 10111110 11011101 1010001 1110 0 1101 10111110 1001000 110100

Color Harmonies of #2ABEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABEDD

Black with #2ABEDD

Text Example


Text Example

White with #2ABEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,190,221); }

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

background-color css

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

 a { background-color: rgb(42,190,221); }

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

border-color css

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

 span { border-color: rgb(42,190,221); }

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