Html Css Color HEX #0FBAFC Deep Sky Blue

📋 copy color: '#0FBAFC'

red 15 ◦ green 186 ◦ blue 252

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

Shades of Deep Sky Blue #0FBAFC

Tints of Deep Sky Blue #0FBAFC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.06%

 BLUE value IS 252 (98.83% from 255) = 55.63%

R = 3.31%
G = 41.06%
B = 55.63%

CMYK

 C value IS 0.94

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0FBAFC (or 0x0FBAFC) is known color: Deep Sky Blue. HEX triplet: 0F, BA and FC. RGB value is (15,186,252). Sum of RGB (Red+Green+Blue) = 15+186+252=453 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.31% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 252 (98.83% from 255 or 55.63% from 453); Max value from RGB is 252 - color contains mainly: blue. Hex color #0FBAFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FBAFC is #F04503. Grayscale: #8D8D8D. Windows color (decimal): -15746308 or 16562703. OLE color: 16562703.

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

Color convert

RGB 15 186 252 -
CMYK 0.94 0.26 0 0.01
HSL 196.71º 0.98% 0.52% -
HSV(B) 196.71º 0.94% 0.99% -
XYZ 35.33 42.25 98.39 -
YUV 142.4 189.85 37.13 -
System Red Green Blue C M Y K H S L
Decimal 15 186 252 0.94 0.26 0 0.01 196.71 0.98 0.52
Hex F BA FC 5E 1A 0 1 C5 62 34
Octal 17 272 374 136 32 0 1 305 142 64
Binary 1111 10111010 11111100 1011110 11010 0 1 11000101 1100010 110100

Color Harmonies of #0FBAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBAFC

Black with #0FBAFC

Text Example


Text Example

White with #0FBAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,186,252); }

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

background-color css

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

 a { background-color: rgb(15,186,252); }

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

border-color css

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

 span { border-color: rgb(15,186,252); }

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