Html Css Color HEX #0FCFF9 Deep Sky Blue

📋 copy color: '#0FCFF9'

red 15 ◦ green 207 ◦ blue 249

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

Shades of Deep Sky Blue #0FCFF9

Tints of Deep Sky Blue #0FCFF9

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.95%

 BLUE value IS 249 (97.66% from 255) = 52.87%

R = 3.18%
G = 43.95%
B = 52.87%

CMYK

 C value IS 0.94

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0FCFF9 (or 0x0FCFF9) is known color: Deep Sky Blue. HEX triplet: 0F, CF and F9. RGB value is (15,207,249). Sum of RGB (Red+Green+Blue) = 15+207+249=471 (62% of max value = 765). Red value is 15 (6.25% from 255 or 3.18% from 471); Green value is 207 (81.25% from 255 or 43.95% from 471); Blue value is 249 (97.66% from 255 or 52.87% from 471); Max value from RGB is 249 - color contains mainly: blue. Hex color #0FCFF9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FCFF9 is #F03006. Grayscale: #9A9A9A. Windows color (decimal): -15740935 or 16371471. OLE color: 16371471.

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

Color convert

RGB 15 207 249 -
CMYK 0.94 0.17 0 0.02
HSL 190.77º 0.95% 0.52% -
HSV(B) 190.77º 0.94% 0.98% -
XYZ 39.61 51.57 97.49 -
YUV 154.38 181.39 28.58 -
System Red Green Blue C M Y K H S L
Decimal 15 207 249 0.94 0.17 0 0.02 190.77 0.95 0.52
Hex F CF F9 5E 11 0 2 BF 5F 34
Octal 17 317 371 136 21 0 2 277 137 64
Binary 1111 11001111 11111001 1011110 10001 0 10 10111111 1011111 110100

Color Harmonies of #0FCFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCFF9

Black with #0FCFF9

Text Example


Text Example

White with #0FCFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,207,249); }

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

background-color css

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

 a { background-color: rgb(15,207,249); }

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

border-color css

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

 span { border-color: rgb(15,207,249); }

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