Html Css Color HEX #1BC4F2 Deep Sky Blue

📋 copy color: '#1BC4F2'

red 27 ◦ green 196 ◦ blue 242

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

Shades of Deep Sky Blue #1BC4F2

Tints of Deep Sky Blue #1BC4F2

RGB

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

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

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

R = 5.81%
G = 42.15%
B = 52.04%

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

#1BC4F2 (or 0x1BC4F2) is known color: Deep Sky Blue. HEX triplet: 1B, C4 and F2. RGB value is (27,196,242). Sum of RGB (Red+Green+Blue) = 27+196+242=465 (61% of max value = 765). Red value is 27 (10.94% from 255 or 5.81% from 465); Green value is 196 (76.95% from 255 or 42.15% from 465); Blue value is 242 (94.92% from 255 or 52.04% from 465); Max value from RGB is 242 - color contains mainly: blue. Hex color #1BC4F2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BC4F2 is #E43B0D. Grayscale: #969696. Windows color (decimal): -14957326 or 15909915. OLE color: 15909915.

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

Color convert

RGB 27 196 242 -
CMYK 0.89 0.19 0 0.05
HSL 192.84º 0.89% 0.53% -
HSV(B) 192.84º 0.89% 0.95% -
XYZ 36.22 46.12 91 -
YUV 150.71 179.51 39.76 -
System Red Green Blue C M Y K H S L
Decimal 27 196 242 0.89 0.19 0 0.05 192.84 0.89 0.53
Hex 1B C4 F2 59 13 0 5 C1 59 35
Octal 33 304 362 131 23 0 5 301 131 65
Binary 11011 11000100 11110010 1011001 10011 0 101 11000001 1011001 110101

Color Harmonies of #1BC4F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BC4F2

Black with #1BC4F2

Text Example


Text Example

White with #1BC4F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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