Html Css Color HEX #0FCDFC Deep Sky Blue

📋 copy color: '#0FCDFC'

red 15 ◦ green 205 ◦ blue 252

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

Shades of Deep Sky Blue #0FCDFC

Tints of Deep Sky Blue #0FCDFC

RGB

 RED value IS 15 (6.25% from 255) = 3.18%

 GREEN value IS 205 (80.47% from 255) = 43.43%

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

R = 3.18%
G = 43.43%
B = 53.39%

CMYK

 C value IS 0.94

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0FCDFC (or 0x0FCDFC) is known color: Deep Sky Blue. HEX triplet: 0F, CD and FC. RGB value is (15,205,252). Sum of RGB (Red+Green+Blue) = 15+205+252=472 (62% of max value = 765). Red value is 15 (6.25% from 255 or 3.18% from 472); Green value is 205 (80.47% from 255 or 43.43% from 472); Blue value is 252 (98.83% from 255 or 53.39% from 472); Max value from RGB is 252 - color contains mainly: blue. Hex color #0FCDFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FCDFC is #F03203. Grayscale: #999999. Windows color (decimal): -15741444 or 16567567. OLE color: 16567567.

HSL color Cylindrical-coordinate representation of color #0FCDFC: hue angle of 191.9º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FCDFC is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 15 205 252 -
CMYK 0.94 0.19 0 0.01
HSL 191.9º 0.98% 0.52% -
HSV(B) 191.9º 0.94% 0.99% -
XYZ 39.6 50.79 99.81 -
YUV 153.55 183.55 29.18 -
System Red Green Blue C M Y K H S L
Decimal 15 205 252 0.94 0.19 0 0.01 191.9 0.98 0.52
Hex F CD FC 5E 13 0 1 C0 62 34
Octal 17 315 374 136 23 0 1 300 142 64
Binary 1111 11001101 11111100 1011110 10011 0 1 11000000 1100010 110100

Color Harmonies of #0FCDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCDFC

Black with #0FCDFC

Text Example


Text Example

White with #0FCDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0FCDFC; }

 p { color: rgb(15,205,252); }

 H1.HeaderClassName
 {
   color: #0FCDFC;
 }
 .AnyTagClassName
 {
   color: #0FCDFC;
 }
</style>

background-color css

<style>
 a { background-color: #0FCDFC; }

 a { background-color: rgb(15,205,252); }

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

border-color css

<style>
 span { border-color: #0FCDFC; }

 span { border-color: rgb(15,205,252); }

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