Html Css Color HEX #0FD2EE Deep Sky Blue

📋 copy color: '#0FD2EE'

red 15 ◦ green 210 ◦ blue 238

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

Shades of Deep Sky Blue #0FD2EE

Tints of Deep Sky Blue #0FD2EE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.36%

 BLUE value IS 238 (93.36% from 255) = 51.4%

R = 3.24%
G = 45.36%
B = 51.4%

CMYK

 C value IS 0.94

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0FD2EE (or 0x0FD2EE) is known color: Deep Sky Blue. HEX triplet: 0F, D2 and EE. RGB value is (15,210,238). Sum of RGB (Red+Green+Blue) = 15+210+238=463 (61% of max value = 765). Red value is 15 (6.25% from 255 or 3.24% from 463); Green value is 210 (82.42% from 255 or 45.36% from 463); Blue value is 238 (93.36% from 255 or 51.40% from 463); Max value from RGB is 238 - color contains mainly: blue. Hex color #0FD2EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FD2EE is #F02D11. Grayscale: #9A9A9A. Windows color (decimal): -15740178 or 15651343. OLE color: 15651343.

HSL color Cylindrical-coordinate representation of color #0FD2EE: hue angle of 187.53º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FD2EE is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 15 210 238 -
CMYK 0.94 0.12 0 0.07
HSL 187.53º 0.88% 0.5% -
HSV(B) 187.53º 0.94% 0.93% -
XYZ 38.68 52.37 88.96 -
YUV 154.89 174.9 28.22 -
System Red Green Blue C M Y K H S L
Decimal 15 210 238 0.94 0.12 0 0.07 187.53 0.88 0.5
Hex F D2 EE 5E C 0 7 BC 58 32
Octal 17 322 356 136 14 0 7 274 130 62
Binary 1111 11010010 11101110 1011110 1100 0 111 10111100 1011000 110010

Color Harmonies of #0FD2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD2EE

Black with #0FD2EE

Text Example


Text Example

White with #0FD2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,210,238); }

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

background-color css

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

 a { background-color: rgb(15,210,238); }

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

border-color css

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

 span { border-color: rgb(15,210,238); }

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