Html Css Color HEX #1BCCEE Deep Sky Blue

📋 copy color: '#1BCCEE'

red 27 ◦ green 204 ◦ blue 238

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

Shades of Deep Sky Blue #1BCCEE

Tints of Deep Sky Blue #1BCCEE

RGB

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

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

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

R = 5.76%
G = 43.5%
B = 50.75%

CMYK

 C value IS 0.89

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1BCCEE (or 0x1BCCEE) is known color: Deep Sky Blue. HEX triplet: 1B, CC and EE. RGB value is (27,204,238). Sum of RGB (Red+Green+Blue) = 27+204+238=469 (62% of max value = 765). Red value is 27 (10.94% from 255 or 5.76% from 469); Green value is 204 (80.08% from 255 or 43.50% from 469); Blue value is 238 (93.36% from 255 or 50.75% from 469); Max value from RGB is 238 - color contains mainly: blue. Hex color #1BCCEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BCCEE is #E43311. Grayscale: #9A9A9A. Windows color (decimal): -14955282 or 15649819. OLE color: 15649819.

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

Color convert

RGB 27 204 238 -
CMYK 0.89 0.14 0 0.07
HSL 189.67º 0.86% 0.52% -
HSV(B) 189.67º 0.89% 0.93% -
XYZ 37.48 49.59 88.49 -
YUV 154.95 174.86 36.74 -
System Red Green Blue C M Y K H S L
Decimal 27 204 238 0.89 0.14 0 0.07 189.67 0.86 0.52
Hex 1B CC EE 59 E 0 7 BE 56 34
Octal 33 314 356 131 16 0 7 276 126 64
Binary 11011 11001100 11101110 1011001 1110 0 111 10111110 1010110 110100

Color Harmonies of #1BCCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BCCEE

Black with #1BCCEE

Text Example


Text Example

White with #1BCCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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