Html Css Color HEX #1BBBED Deep Sky Blue

📋 copy color: '#1BBBED'

red 27 ◦ green 187 ◦ blue 237

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

Shades of Deep Sky Blue #1BBBED

Tints of Deep Sky Blue #1BBBED

RGB

 RED value IS 27 (10.94% from 255) = 5.99%

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

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

R = 5.99%
G = 41.46%
B = 52.55%

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

#1BBBED (or 0x1BBBED) is known color: Deep Sky Blue. HEX triplet: 1B, BB and ED. RGB value is (27,187,237). Sum of RGB (Red+Green+Blue) = 27+187+237=451 (59% of max value = 765). Red value is 27 (10.94% from 255 or 5.99% from 451); Green value is 187 (73.44% from 255 or 41.46% from 451); Blue value is 237 (92.97% from 255 or 52.55% from 451); Max value from RGB is 237 - color contains mainly: blue. Hex color #1BBBED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BBBED is #E44412. Grayscale: #909090. Windows color (decimal): -14959635 or 15579931. OLE color: 15579931.

HSL color Cylindrical-coordinate representation of color #1BBBED: hue angle of 194.29º 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 #1BBBED is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 27 187 237 -
CMYK 0.89 0.21 0 0.07
HSL 194.29º 0.85% 0.52% -
HSV(B) 194.29º 0.89% 0.93% -
XYZ 33.51 41.89 86.44 -
YUV 144.86 179.99 43.93 -
System Red Green Blue C M Y K H S L
Decimal 27 187 237 0.89 0.21 0 0.07 194.29 0.85 0.52
Hex 1B BB ED 59 15 0 7 C2 55 34
Octal 33 273 355 131 25 0 7 302 125 64
Binary 11011 10111011 11101101 1011001 10101 0 111 11000010 1010101 110100

Color Harmonies of #1BBBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BBBED

Black with #1BBBED

Text Example


Text Example

White with #1BBBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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