Html Css Color HEX #1BBBEE Deep Sky Blue

📋 copy color: '#1BBBEE'

red 27 ◦ green 187 ◦ blue 238

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

Shades of Deep Sky Blue #1BBBEE

Tints of Deep Sky Blue #1BBBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 52.65%

R = 5.97%
G = 41.37%
B = 52.65%

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

#1BBBEE (or 0x1BBBEE) is known color: Deep Sky Blue. HEX triplet: 1B, BB and EE. RGB value is (27,187,238). Sum of RGB (Red+Green+Blue) = 27+187+238=452 (59% of max value = 765). Red value is 27 (10.94% from 255 or 5.97% from 452); Green value is 187 (73.44% from 255 or 41.37% from 452); Blue value is 238 (93.36% from 255 or 52.65% from 452); Max value from RGB is 238 - color contains mainly: blue. Hex color #1BBBEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BBBEE is #E44411. Grayscale: #909090. Windows color (decimal): -14959634 or 15645467. OLE color: 15645467.

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

Color convert

RGB 27 187 238 -
CMYK 0.89 0.21 0 0.07
HSL 194.5º 0.86% 0.52% -
HSV(B) 194.5º 0.89% 0.93% -
XYZ 33.65 41.95 87.21 -
YUV 144.97 180.49 43.85 -
System Red Green Blue C M Y K H S L
Decimal 27 187 238 0.89 0.21 0 0.07 194.5 0.86 0.52
Hex 1B BB EE 59 15 0 7 C3 56 34
Octal 33 273 356 131 25 0 7 303 126 64
Binary 11011 10111011 11101110 1011001 10101 0 111 11000011 1010110 110100

Color Harmonies of #1BBBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BBBEE

Black with #1BBBEE

Text Example


Text Example

White with #1BBBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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