Html Css Color HEX #1BC8EB Deep Sky Blue

📋 copy color: '#1BC8EB'

red 27 ◦ green 200 ◦ blue 235

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

Shades of Deep Sky Blue #1BC8EB

Tints of Deep Sky Blue #1BC8EB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.29%

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

R = 5.84%
G = 43.29%
B = 50.87%

CMYK

 C value IS 0.89

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1BC8EB (or 0x1BC8EB) is known color: Deep Sky Blue. HEX triplet: 1B, C8 and EB. RGB value is (27,200,235). Sum of RGB (Red+Green+Blue) = 27+200+235=462 (61% of max value = 765). Red value is 27 (10.94% from 255 or 5.84% from 462); Green value is 200 (78.52% from 255 or 43.29% from 462); Blue value is 235 (92.19% from 255 or 50.87% from 462); Max value from RGB is 235 - color contains mainly: blue. Hex color #1BC8EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BC8EB is #E43714. Grayscale: #979797. Windows color (decimal): -14956309 or 15452187. OLE color: 15452187.

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

Color convert

RGB 27 200 235 -
CMYK 0.89 0.15 0 0.08
HSL 190.1º 0.84% 0.51% -
HSV(B) 190.1º 0.89% 0.92% -
XYZ 36.1 47.54 85.87 -
YUV 152.26 174.69 38.65 -
System Red Green Blue C M Y K H S L
Decimal 27 200 235 0.89 0.15 0 0.08 190.1 0.84 0.51
Hex 1B C8 EB 59 F 0 8 BE 54 33
Octal 33 310 353 131 17 0 10 276 124 63
Binary 11011 11001000 11101011 1011001 1111 0 1000 10111110 1010100 110011

Color Harmonies of #1BC8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BC8EB

Black with #1BC8EB

Text Example


Text Example

White with #1BC8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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