Html Css Color HEX #0FD2FF Deep Sky Blue

📋 copy color: '#0FD2FF'

red 15 ◦ green 210 ◦ blue 255

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

Shades of Deep Sky Blue #0FD2FF

Tints of Deep Sky Blue #0FD2FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.13%

R = 3.13%
G = 43.75%
B = 53.13%

CMYK

 C value IS 0.94

 M value IS 0.18

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0FD2FF (or 0x0FD2FF) is known color: Deep Sky Blue. HEX triplet: 0F, D2 and FF. RGB value is (15,210,255). Sum of RGB (Red+Green+Blue) = 15+210+255=480 (63% of max value = 765). Red value is 15 (6.25% from 255 or 3.12% from 480); Green value is 210 (82.42% from 255 or 43.75% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #0FD2FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FD2FF is #F02D00. Grayscale: #9C9C9C. Windows color (decimal): -15740161 or 16765455. OLE color: 16765455.

HSL color Cylindrical-coordinate representation of color #0FD2FF: hue angle of 191.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FD2FF is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 15 210 255 -
CMYK 0.94 0.18 0 0
HSL 191.25º 1% 0.53% -
HSV(B) 191.25º 0.94% 1% -
XYZ 41.29 53.41 102.74 -
YUV 156.83 183.4 26.84 -
System Red Green Blue C M Y K H S L
Decimal 15 210 255 0.94 0.18 0 0 191.25 1 0.53
Hex F D2 FF 5E 12 0 0 BF 64 35
Octal 17 322 377 136 22 0 0 277 144 65
Binary 1111 11010010 11111111 1011110 10010 0 0 10111111 1100100 110101

Color Harmonies of #0FD2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD2FF

Black with #0FD2FF

Text Example


Text Example

White with #0FD2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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