Html Css Color HEX #1BC4FF Deep Sky Blue

📋 copy color: '#1BC4FF'

red 27 ◦ green 196 ◦ blue 255

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

Shades of Deep Sky Blue #1BC4FF

Tints of Deep Sky Blue #1BC4FF

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41%

 BLUE value IS 255 (100% from 255) = 53.35%

R = 5.65%
G = 41%
B = 53.35%

CMYK

 C value IS 0.89

 M value IS 0.23

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1BC4FF (or 0x1BC4FF) is known color: Deep Sky Blue. HEX triplet: 1B, C4 and FF. RGB value is (27,196,255). Sum of RGB (Red+Green+Blue) = 27+196+255=478 (63% of max value = 765). Red value is 27 (10.94% from 255 or 5.65% from 478); Green value is 196 (76.95% from 255 or 41.00% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #1BC4FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BC4FF is #E43B00. Grayscale: #979797. Windows color (decimal): -14957313 or 16761883. OLE color: 16761883.

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

Color convert

RGB 27 196 255 -
CMYK 0.89 0.23 0 0
HSL 195.53º 1% 0.55% -
HSV(B) 195.53º 0.89% 1% -
XYZ 38.24 46.93 101.65 -
YUV 152.2 186.01 38.7 -
System Red Green Blue C M Y K H S L
Decimal 27 196 255 0.89 0.23 0 0 195.53 1 0.55
Hex 1B C4 FF 59 17 0 0 C4 64 37
Octal 33 304 377 131 27 0 0 304 144 67
Binary 11011 11000100 11111111 1011001 10111 0 0 11000100 1100100 110111

Color Harmonies of #1BC4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BC4FF

Black with #1BC4FF

Text Example


Text Example

White with #1BC4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,196,255); }

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

background-color css

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

 a { background-color: rgb(27,196,255); }

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

border-color css

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

 span { border-color: rgb(27,196,255); }

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