Html Css Color HEX #1BC7FF Deep Sky Blue

📋 copy color: '#1BC7FF'

red 27 ◦ green 199 ◦ blue 255

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

Shades of Deep Sky Blue #1BC7FF

Tints of Deep Sky Blue #1BC7FF

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.37%

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

R = 5.61%
G = 41.37%
B = 53.01%

CMYK

 C value IS 0.89

 M value IS 0.22

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1BC7FF (or 0x1BC7FF) is known color: Deep Sky Blue. HEX triplet: 1B, C7 and FF. RGB value is (27,199,255). Sum of RGB (Red+Green+Blue) = 27+199+255=481 (63% of max value = 765). Red value is 27 (10.94% from 255 or 5.61% from 481); Green value is 199 (78.12% from 255 or 41.37% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #1BC7FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BC7FF is #E43800. Grayscale: #999999. Windows color (decimal): -14956545 or 16762651. OLE color: 16762651.

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

Color convert

RGB 27 199 255 -
CMYK 0.89 0.22 0 0
HSL 194.74º 1% 0.55% -
HSV(B) 194.74º 0.89% 1% -
XYZ 38.93 48.3 101.88 -
YUV 153.96 185.02 37.45 -
System Red Green Blue C M Y K H S L
Decimal 27 199 255 0.89 0.22 0 0 194.74 1 0.55
Hex 1B C7 FF 59 16 0 0 C3 64 37
Octal 33 307 377 131 26 0 0 303 144 67
Binary 11011 11000111 11111111 1011001 10110 0 0 11000011 1100100 110111

Color Harmonies of #1BC7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BC7FF

Black with #1BC7FF

Text Example


Text Example

White with #1BC7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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