Html Css Color HEX #13BBFC Deep Sky Blue

📋 copy color: '#13BBFC'

red 19 ◦ green 187 ◦ blue 252

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

Shades of Deep Sky Blue #13BBFC

Tints of Deep Sky Blue #13BBFC

RGB

 RED value IS 19 (7.81% from 255) = 4.15%

 GREEN value IS 187 (73.44% from 255) = 40.83%

 BLUE value IS 252 (98.83% from 255) = 55.02%

R = 4.15%
G = 40.83%
B = 55.02%

CMYK

 C value IS 0.92

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#13BBFC (or 0x13BBFC) is known color: Deep Sky Blue. HEX triplet: 13, BB and FC. RGB value is (19,187,252). Sum of RGB (Red+Green+Blue) = 19+187+252=458 (60% of max value = 765). Red value is 19 (7.81% from 255 or 4.15% from 458); Green value is 187 (73.44% from 255 or 40.83% from 458); Blue value is 252 (98.83% from 255 or 55.02% from 458); Max value from RGB is 252 - color contains mainly: blue. Hex color #13BBFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13BBFC is #EC4403. Grayscale: #8F8F8F. Windows color (decimal): -15483908 or 16562963. OLE color: 16562963.

HSL color Cylindrical-coordinate representation of color #13BBFC: hue angle of 196.74º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13BBFC is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 19 187 252 -
CMYK 0.92 0.26 0 0.01
HSL 196.74º 0.97% 0.53% -
HSV(B) 196.74º 0.92% 0.99% -
XYZ 35.61 42.71 98.46 -
YUV 144.18 188.84 38.71 -
System Red Green Blue C M Y K H S L
Decimal 19 187 252 0.92 0.26 0 0.01 196.74 0.97 0.53
Hex 13 BB FC 5C 1A 0 1 C5 61 35
Octal 23 273 374 134 32 0 1 305 141 65
Binary 10011 10111011 11111100 1011100 11010 0 1 11000101 1100001 110101

Color Harmonies of #13BBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BBFC

Black with #13BBFC

Text Example


Text Example

White with #13BBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13BBFC; }

 p { color: rgb(19,187,252); }

 H1.HeaderClassName
 {
   color: #13BBFC;
 }
 .AnyTagClassName
 {
   color: #13BBFC;
 }
</style>

background-color css

<style>
 a { background-color: #13BBFC; }

 a { background-color: rgb(19,187,252); }

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

border-color css

<style>
 span { border-color: #13BBFC; }

 span { border-color: rgb(19,187,252); }

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