Html Css Color HEX #2ABBDF Summer Sky

📋 copy color: '#2ABBDF'

red 42 ◦ green 187 ◦ blue 223

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

Shades of Summer Sky #2ABBDF

Tints of Summer Sky #2ABBDF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.37%

 BLUE value IS 223 (87.5% from 255) = 49.34%

R = 9.29%
G = 41.37%
B = 49.34%

CMYK

 C value IS 0.81

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2ABBDF (or 0x2ABBDF) is known color: Summer Sky. HEX triplet: 2A, BB and DF. RGB value is (42,187,223). Sum of RGB (Red+Green+Blue) = 42+187+223=452 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.29% from 452); Green value is 187 (73.44% from 255 or 41.37% from 452); Blue value is 223 (87.5% from 255 or 49.34% from 452); Max value from RGB is 223 - color contains mainly: blue. Hex color #2ABBDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABBDF is #D54420. Grayscale: #939393. Windows color (decimal): -13976609 or 14662442. OLE color: 14662442.

HSL color Cylindrical-coordinate representation of color #2ABBDF: hue angle of 191.93º degrees, saturation: 0.74, 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 #2ABBDF is Cyan = 0.81, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 42 187 223 -
CMYK 0.81 0.16 0 0.13
HSL 191.93º 0.74% 0.52% -
HSV(B) 191.93º 0.81% 0.87% -
XYZ 32.04 41.36 76.11 -
YUV 147.75 170.46 52.57 -
System Red Green Blue C M Y K H S L
Decimal 42 187 223 0.81 0.16 0 0.13 191.93 0.74 0.52
Hex 2A BB DF 51 10 0 D C0 4A 34
Octal 52 273 337 121 20 0 15 300 112 64
Binary 101010 10111011 11011111 1010001 10000 0 1101 11000000 1001010 110100

Color Harmonies of #2ABBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABBDF

Black with #2ABBDF

Text Example


Text Example

White with #2ABBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,187,223); }

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

background-color css

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

 a { background-color: rgb(42,187,223); }

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

border-color css

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

 span { border-color: rgb(42,187,223); }

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