Html Css Color HEX #1BCCFE Deep Sky Blue

📋 copy color: '#1BCCFE'

red 27 ◦ green 204 ◦ blue 254

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

Shades of Deep Sky Blue #1BCCFE

Tints of Deep Sky Blue #1BCCFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.37%

R = 5.57%
G = 42.06%
B = 52.37%

CMYK

 C value IS 0.89

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1BCCFE (or 0x1BCCFE) is known color: Deep Sky Blue. HEX triplet: 1B, CC and FE. RGB value is (27,204,254). Sum of RGB (Red+Green+Blue) = 27+204+254=485 (64% of max value = 765). Red value is 27 (10.94% from 255 or 5.57% from 485); Green value is 204 (80.08% from 255 or 42.06% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #1BCCFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BCCFE is #E43301. Grayscale: #9C9C9C. Windows color (decimal): -14955266 or 16698395. OLE color: 16698395.

HSL color Cylindrical-coordinate representation of color #1BCCFE: hue angle of 193.22º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BCCFE is Cyan = 0.89, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 27 204 254 -
CMYK 0.89 0.20 0 0.00
HSL 193.22º 0.99% 0.55% -
HSV(B) 193.22º 0.89% 1% -
XYZ 39.93 50.57 101.42 -
YUV 156.78 182.86 35.43 -
System Red Green Blue C M Y K H S L
Decimal 27 204 254 0.89 0.20 0 0.00 193.22 0.99 0.55
Hex 1B CC FE 59 14 0 0 C1 63 37
Octal 33 314 376 131 24 0 0 301 143 67
Binary 11011 11001100 11111110 1011001 10100 0 0 11000001 1100011 110111

Color Harmonies of #1BCCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BCCFE

Black with #1BCCFE

Text Example


Text Example

White with #1BCCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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