Html Css Color HEX #13CBFC Deep Sky Blue

📋 copy color: '#13CBFC'

red 19 ◦ green 203 ◦ blue 252

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

Shades of Deep Sky Blue #13CBFC

Tints of Deep Sky Blue #13CBFC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.83%

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

R = 4.01%
G = 42.83%
B = 53.16%

CMYK

 C value IS 0.92

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#13CBFC (or 0x13CBFC) is known color: Deep Sky Blue. HEX triplet: 13, CB and FC. RGB value is (19,203,252). Sum of RGB (Red+Green+Blue) = 19+203+252=474 (62% of max value = 765). Red value is 19 (7.81% from 255 or 4.01% from 474); Green value is 203 (79.69% from 255 or 42.83% from 474); Blue value is 252 (98.83% from 255 or 53.16% from 474); Max value from RGB is 252 - color contains mainly: blue. Hex color #13CBFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13CBFC is #EC3403. Grayscale: #999999. Windows color (decimal): -15479812 or 16567059. OLE color: 16567059.

HSL color Cylindrical-coordinate representation of color #13CBFC: hue angle of 192.62º 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 #13CBFC is Cyan = 0.92, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 19 203 252 -
CMYK 0.92 0.19 0 0.01
HSL 192.62º 0.97% 0.53% -
HSV(B) 192.62º 0.92% 0.99% -
XYZ 39.2 49.88 99.66 -
YUV 153.57 183.54 32.02 -
System Red Green Blue C M Y K H S L
Decimal 19 203 252 0.92 0.19 0 0.01 192.62 0.97 0.53
Hex 13 CB FC 5C 13 0 1 C1 61 35
Octal 23 313 374 134 23 0 1 301 141 65
Binary 10011 11001011 11111100 1011100 10011 0 1 11000001 1100001 110101

Color Harmonies of #13CBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CBFC

Black with #13CBFC

Text Example


Text Example

White with #13CBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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