Html Css Color HEX #0FCBFB Deep Sky Blue

📋 copy color: '#0FCBFB'

red 15 ◦ green 203 ◦ blue 251

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

Shades of Deep Sky Blue #0FCBFB

Tints of Deep Sky Blue #0FCBFB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.28%

 BLUE value IS 251 (98.44% from 255) = 53.52%

R = 3.2%
G = 43.28%
B = 53.52%

CMYK

 C value IS 0.94

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0FCBFB (or 0x0FCBFB) is known color: Deep Sky Blue. HEX triplet: 0F, CB and FB. RGB value is (15,203,251). Sum of RGB (Red+Green+Blue) = 15+203+251=469 (62% of max value = 765). Red value is 15 (6.25% from 255 or 3.20% from 469); Green value is 203 (79.69% from 255 or 43.28% from 469); Blue value is 251 (98.44% from 255 or 53.52% from 469); Max value from RGB is 251 - color contains mainly: blue. Hex color #0FCBFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FCBFB is #F03404. Grayscale: #979797. Windows color (decimal): -15741957 or 16501519. OLE color: 16501519.

HSL color Cylindrical-coordinate representation of color #0FCBFB: hue angle of 192.2º degrees, saturation: 0.97, 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 #0FCBFB is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 15 203 251 -
CMYK 0.94 0.19 0 0.02
HSL 192.2º 0.97% 0.52% -
HSV(B) 192.2º 0.94% 0.98% -
XYZ 38.97 49.78 98.82 -
YUV 152.26 183.72 30.1 -
System Red Green Blue C M Y K H S L
Decimal 15 203 251 0.94 0.19 0 0.02 192.2 0.97 0.52
Hex F CB FB 5E 13 0 2 C0 61 34
Octal 17 313 373 136 23 0 2 300 141 64
Binary 1111 11001011 11111011 1011110 10011 0 10 11000000 1100001 110100

Color Harmonies of #0FCBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCBFB

Black with #0FCBFB

Text Example


Text Example

White with #0FCBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,203,251); }

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

background-color css

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

 a { background-color: rgb(15,203,251); }

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

border-color css

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

 span { border-color: rgb(15,203,251); }

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