Html Css Color HEX #1BCCEA Deep Sky Blue

📋 copy color: '#1BCCEA'

red 27 ◦ green 204 ◦ blue 234

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

Shades of Deep Sky Blue #1BCCEA

Tints of Deep Sky Blue #1BCCEA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.87%

 BLUE value IS 234 (91.8% from 255) = 50.32%

R = 5.81%
G = 43.87%
B = 50.32%

CMYK

 C value IS 0.88

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1BCCEA (or 0x1BCCEA) is known color: Deep Sky Blue. HEX triplet: 1B, CC and EA. RGB value is (27,204,234). Sum of RGB (Red+Green+Blue) = 27+204+234=465 (61% of max value = 765). Red value is 27 (10.94% from 255 or 5.81% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 234 (91.80% from 255 or 50.32% from 465); Max value from RGB is 234 - color contains mainly: blue. Hex color #1BCCEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BCCEA is #E43315. Grayscale: #9A9A9A. Windows color (decimal): -14955286 or 15387675. OLE color: 15387675.

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

Color convert

RGB 27 204 234 -
CMYK 0.88 0.13 0 0.08
HSL 188.7º 0.83% 0.51% -
HSV(B) 188.7º 0.88% 0.92% -
XYZ 36.9 49.36 85.42 -
YUV 154.5 172.86 37.06 -
System Red Green Blue C M Y K H S L
Decimal 27 204 234 0.88 0.13 0 0.08 188.7 0.83 0.51
Hex 1B CC EA 58 D 0 8 BD 53 33
Octal 33 314 352 130 15 0 10 275 123 63
Binary 11011 11001100 11101010 1011000 1101 0 1000 10111101 1010011 110011

Color Harmonies of #1BCCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BCCEA

Black with #1BCCEA

Text Example


Text Example

White with #1BCCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,204,234); }

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

background-color css

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

 a { background-color: rgb(27,204,234); }

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

border-color css

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

 span { border-color: rgb(27,204,234); }

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