Html Css Color HEX #1BC5F2 Deep Sky Blue

📋 copy color: '#1BC5F2'

red 27 ◦ green 197 ◦ blue 242

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

Shades of Deep Sky Blue #1BC5F2

Tints of Deep Sky Blue #1BC5F2

RGB

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

 GREEN value IS 197 (77.34% from 255) = 42.27%

 BLUE value IS 242 (94.92% from 255) = 51.93%

R = 5.79%
G = 42.27%
B = 51.93%

CMYK

 C value IS 0.89

 M value IS 0.19

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1BC5F2 (or 0x1BC5F2) is known color: Deep Sky Blue. HEX triplet: 1B, C5 and F2. RGB value is (27,197,242). Sum of RGB (Red+Green+Blue) = 27+197+242=466 (61% of max value = 765). Red value is 27 (10.94% from 255 or 5.79% from 466); Green value is 197 (77.34% from 255 or 42.27% from 466); Blue value is 242 (94.92% from 255 or 51.93% from 466); Max value from RGB is 242 - color contains mainly: blue. Hex color #1BC5F2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BC5F2 is #E43A0D. Grayscale: #969696. Windows color (decimal): -14957070 or 15910171. OLE color: 15910171.

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

Color convert

RGB 27 197 242 -
CMYK 0.89 0.19 0 0.05
HSL 192.56º 0.89% 0.53% -
HSV(B) 192.56º 0.89% 0.95% -
XYZ 36.45 46.58 91.07 -
YUV 151.3 179.18 39.34 -
System Red Green Blue C M Y K H S L
Decimal 27 197 242 0.89 0.19 0 0.05 192.56 0.89 0.53
Hex 1B C5 F2 59 13 0 5 C1 59 35
Octal 33 305 362 131 23 0 5 301 131 65
Binary 11011 11000101 11110010 1011001 10011 0 101 11000001 1011001 110101

Color Harmonies of #1BC5F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BC5F2

Black with #1BC5F2

Text Example


Text Example

White with #1BC5F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,197,242); }

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

background-color css

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

 a { background-color: rgb(27,197,242); }

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

border-color css

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

 span { border-color: rgb(27,197,242); }

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