Html Css Color HEX #0CB9FA Deep Sky Blue

📋 copy color: '#0CB9FA'

red 12 ◦ green 185 ◦ blue 250

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

Shades of Deep Sky Blue #0CB9FA

Tints of Deep Sky Blue #0CB9FA

RGB

 RED value IS 12 (5.08% from 255) = 2.68%

 GREEN value IS 185 (72.66% from 255) = 41.39%

 BLUE value IS 250 (98.05% from 255) = 55.93%

R = 2.68%
G = 41.39%
B = 55.93%

CMYK

 C value IS 0.95

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0CB9FA (or 0x0CB9FA) is known color: Deep Sky Blue. HEX triplet: 0C, B9 and FA. RGB value is (12,185,250). Sum of RGB (Red+Green+Blue) = 12+185+250=447 (59% of max value = 765). Red value is 12 (5.08% from 255 or 2.68% from 447); Green value is 185 (72.66% from 255 or 41.39% from 447); Blue value is 250 (98.05% from 255 or 55.93% from 447); Max value from RGB is 250 - color contains mainly: blue. Hex color #0CB9FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CB9FA is #F34605. Grayscale: #8C8C8C. Windows color (decimal): -15943174 or 16431372. OLE color: 16431372.

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

Color convert

RGB 12 185 250 -
CMYK 0.95 0.26 0 0.02
HSL 196.39º 0.96% 0.51% -
HSV(B) 196.39º 0.95% 0.98% -
XYZ 34.76 41.68 96.66 -
YUV 140.68 189.69 36.21 -
System Red Green Blue C M Y K H S L
Decimal 12 185 250 0.95 0.26 0 0.02 196.39 0.96 0.51
Hex C B9 FA 5F 1A 0 2 C4 60 33
Octal 14 271 372 137 32 0 2 304 140 63
Binary 1100 10111001 11111010 1011111 11010 0 10 11000100 1100000 110011

Color Harmonies of #0CB9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB9FA

Black with #0CB9FA

Text Example


Text Example

White with #0CB9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,185,250); }

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

background-color css

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

 a { background-color: rgb(12,185,250); }

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

border-color css

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

 span { border-color: rgb(12,185,250); }

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