Html Css Color HEX #1ABBED Deep Sky Blue

📋 copy color: '#1ABBED'

red 26 ◦ green 187 ◦ blue 237

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

Shades of Deep Sky Blue #1ABBED

Tints of Deep Sky Blue #1ABBED

RGB

 RED value IS 26 (10.55% from 255) = 5.78%

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

 BLUE value IS 237 (92.97% from 255) = 52.67%

R = 5.78%
G = 41.56%
B = 52.67%

CMYK

 C value IS 0.89

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1ABBED (or 0x1ABBED) is known color: Deep Sky Blue. HEX triplet: 1A, BB and ED. RGB value is (26,187,237). Sum of RGB (Red+Green+Blue) = 26+187+237=450 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.78% from 450); Green value is 187 (73.44% from 255 or 41.56% from 450); Blue value is 237 (92.97% from 255 or 52.67% from 450); Max value from RGB is 237 - color contains mainly: blue. Hex color #1ABBED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ABBED is #E54412. Grayscale: #909090. Windows color (decimal): -15025171 or 15579930. OLE color: 15579930.

HSL color Cylindrical-coordinate representation of color #1ABBED: hue angle of 194.22º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1ABBED is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 26 187 237 -
CMYK 0.89 0.21 0 0.07
HSL 194.22º 0.85% 0.52% -
HSV(B) 194.22º 0.89% 0.93% -
XYZ 33.48 41.87 86.44 -
YUV 144.56 180.16 43.43 -
System Red Green Blue C M Y K H S L
Decimal 26 187 237 0.89 0.21 0 0.07 194.22 0.85 0.52
Hex 1A BB ED 59 15 0 7 C2 55 34
Octal 32 273 355 131 25 0 7 302 125 64
Binary 11010 10111011 11101101 1011001 10101 0 111 11000010 1010101 110100

Color Harmonies of #1ABBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABBED

Black with #1ABBED

Text Example


Text Example

White with #1ABBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1ABBED; }

 p { color: rgb(26,187,237); }

 H1.HeaderClassName
 {
   color: #1ABBED;
 }
 .AnyTagClassName
 {
   color: #1ABBED;
 }
</style>

background-color css

<style>
 a { background-color: #1ABBED; }

 a { background-color: rgb(26,187,237); }

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

border-color css

<style>
 span { border-color: #1ABBED; }

 span { border-color: rgb(26,187,237); }

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