Html Css Color HEX #0FD5F3 Deep Sky Blue

📋 copy color: '#0FD5F3'

red 15 ◦ green 213 ◦ blue 243

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

Shades of Deep Sky Blue #0FD5F3

Tints of Deep Sky Blue #0FD5F3

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.22%

 BLUE value IS 243 (95.31% from 255) = 51.59%

R = 3.18%
G = 45.22%
B = 51.59%

CMYK

 C value IS 0.94

 M value IS 0.12

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#0FD5F3 (or 0x0FD5F3) is known color: Deep Sky Blue. HEX triplet: 0F, D5 and F3. RGB value is (15,213,243). Sum of RGB (Red+Green+Blue) = 15+213+243=471 (62% of max value = 765). Red value is 15 (6.25% from 255 or 3.18% from 471); Green value is 213 (83.59% from 255 or 45.22% from 471); Blue value is 243 (95.31% from 255 or 51.59% from 471); Max value from RGB is 243 - color contains mainly: blue. Hex color #0FD5F3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FD5F3 is #F02A0C. Grayscale: #9C9C9C. Windows color (decimal): -15739405 or 15979791. OLE color: 15979791.

HSL color Cylindrical-coordinate representation of color #0FD5F3: hue angle of 187.89º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FD5F3 is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 15 213 243 -
CMYK 0.94 0.12 0 0.05
HSL 187.89º 0.9% 0.51% -
HSV(B) 187.89º 0.94% 0.95% -
XYZ 40.17 54.16 93.13 -
YUV 157.22 176.4 26.56 -
System Red Green Blue C M Y K H S L
Decimal 15 213 243 0.94 0.12 0 0.05 187.89 0.9 0.51
Hex F D5 F3 5E C 0 5 BC 5A 33
Octal 17 325 363 136 14 0 5 274 132 63
Binary 1111 11010101 11110011 1011110 1100 0 101 10111100 1011010 110011

Color Harmonies of #0FD5F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD5F3

Black with #0FD5F3

Text Example


Text Example

White with #0FD5F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,213,243); }

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

background-color css

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

 a { background-color: rgb(15,213,243); }

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

border-color css

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

 span { border-color: rgb(15,213,243); }

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