Html Css Color HEX #1BCBEB Deep Sky Blue

📋 copy color: '#1BCBEB'

red 27 ◦ green 203 ◦ blue 235

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

Shades of Deep Sky Blue #1BCBEB

Tints of Deep Sky Blue #1BCBEB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.66%

 BLUE value IS 235 (92.19% from 255) = 50.54%

R = 5.81%
G = 43.66%
B = 50.54%

CMYK

 C value IS 0.89

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1BCBEB (or 0x1BCBEB) is known color: Deep Sky Blue. HEX triplet: 1B, CB and EB. RGB value is (27,203,235). Sum of RGB (Red+Green+Blue) = 27+203+235=465 (61% of max value = 765). Red value is 27 (10.94% from 255 or 5.81% from 465); Green value is 203 (79.69% from 255 or 43.66% from 465); Blue value is 235 (92.19% from 255 or 50.54% from 465); Max value from RGB is 235 - color contains mainly: blue. Hex color #1BCBEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BCBEB is #E43414. Grayscale: #999999. Windows color (decimal): -14955541 or 15452955. OLE color: 15452955.

HSL color Cylindrical-coordinate representation of color #1BCBEB: hue angle of 189.23º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BCBEB is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 27 203 235 -
CMYK 0.89 0.14 0 0.08
HSL 189.23º 0.84% 0.51% -
HSV(B) 189.23º 0.89% 0.92% -
XYZ 36.8 48.94 86.1 -
YUV 154.02 173.69 37.4 -
System Red Green Blue C M Y K H S L
Decimal 27 203 235 0.89 0.14 0 0.08 189.23 0.84 0.51
Hex 1B CB EB 59 E 0 8 BD 54 33
Octal 33 313 353 131 16 0 10 275 124 63
Binary 11011 11001011 11101011 1011001 1110 0 1000 10111101 1010100 110011

Color Harmonies of #1BCBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BCBEB

Black with #1BCBEB

Text Example


Text Example

White with #1BCBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,203,235); }

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

background-color css

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

 a { background-color: rgb(27,203,235); }

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

border-color css

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

 span { border-color: rgb(27,203,235); }

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