Html Css Color HEX #0CB5FC Deep Sky Blue

📋 copy color: '#0CB5FC'

red 12 ◦ green 181 ◦ blue 252

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

Shades of Deep Sky Blue #0CB5FC

Tints of Deep Sky Blue #0CB5FC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.67%

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

R = 2.7%
G = 40.67%
B = 56.63%

CMYK

 C value IS 0.95

 M value IS 0.28

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0CB5FC (or 0x0CB5FC) is known color: Deep Sky Blue. HEX triplet: 0C, B5 and FC. RGB value is (12,181,252). Sum of RGB (Red+Green+Blue) = 12+181+252=445 (58% of max value = 765). Red value is 12 (5.08% from 255 or 2.70% from 445); Green value is 181 (71.09% from 255 or 40.67% from 445); Blue value is 252 (98.83% from 255 or 56.63% from 445); Max value from RGB is 252 - color contains mainly: blue. Hex color #0CB5FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CB5FC is #F34A03. Grayscale: #8A8A8A. Windows color (decimal): -15944196 or 16561420. OLE color: 16561420.

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

Color convert

RGB 12 181 252 -
CMYK 0.95 0.28 0 0.01
HSL 197.75º 0.98% 0.52% -
HSV(B) 197.75º 0.95% 0.99% -
XYZ 34.25 40.15 98.04 -
YUV 138.56 192.01 37.73 -
System Red Green Blue C M Y K H S L
Decimal 12 181 252 0.95 0.28 0 0.01 197.75 0.98 0.52
Hex C B5 FC 5F 1C 0 1 C6 62 34
Octal 14 265 374 137 34 0 1 306 142 64
Binary 1100 10110101 11111100 1011111 11100 0 1 11000110 1100010 110100

Color Harmonies of #0CB5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB5FC

Black with #0CB5FC

Text Example


Text Example

White with #0CB5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,181,252); }

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

background-color css

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

 a { background-color: rgb(12,181,252); }

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

border-color css

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

 span { border-color: rgb(12,181,252); }

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