Html Css Color HEX #0FB2FB Deep Sky Blue

📋 copy color: '#0FB2FB'

red 15 ◦ green 178 ◦ blue 251

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

Shades of Deep Sky Blue #0FB2FB

Tints of Deep Sky Blue #0FB2FB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.09%

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

R = 3.38%
G = 40.09%
B = 56.53%

CMYK

 C value IS 0.94

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0FB2FB (or 0x0FB2FB) is known color: Deep Sky Blue. HEX triplet: 0F, B2 and FB. RGB value is (15,178,251). Sum of RGB (Red+Green+Blue) = 15+178+251=444 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.38% from 444); Green value is 178 (69.92% from 255 or 40.09% from 444); Blue value is 251 (98.44% from 255 or 56.53% from 444); Max value from RGB is 251 - color contains mainly: blue. Hex color #0FB2FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0FB2FB is #F04D04. Grayscale: #898989. Windows color (decimal): -15748357 or 16495119. OLE color: 16495119.

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

Color convert

RGB 15 178 251 -
CMYK 0.94 0.29 0 0.02
HSL 198.56º 0.97% 0.52% -
HSV(B) 198.56º 0.94% 0.98% -
XYZ 33.53 38.91 97.01 -
YUV 137.59 192 40.56 -
System Red Green Blue C M Y K H S L
Decimal 15 178 251 0.94 0.29 0 0.02 198.56 0.97 0.52
Hex F B2 FB 5E 1D 0 2 C7 61 34
Octal 17 262 373 136 35 0 2 307 141 64
Binary 1111 10110010 11111011 1011110 11101 0 10 11000111 1100001 110100

Color Harmonies of #0FB2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB2FB

Black with #0FB2FB

Text Example


Text Example

White with #0FB2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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