Html Css Color HEX #0CB2F6 Deep Sky Blue

📋 copy color: '#0CB2F6'

red 12 ◦ green 178 ◦ blue 246

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

Shades of Deep Sky Blue #0CB2F6

Tints of Deep Sky Blue #0CB2F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 56.42%

R = 2.75%
G = 40.83%
B = 56.42%

CMYK

 C value IS 0.95

 M value IS 0.28

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#0CB2F6 (or 0x0CB2F6) is known color: Deep Sky Blue. HEX triplet: 0C, B2 and F6. RGB value is (12,178,246). Sum of RGB (Red+Green+Blue) = 12+178+246=436 (57% of max value = 765). Red value is 12 (5.08% from 255 or 2.75% from 436); Green value is 178 (69.92% from 255 or 40.83% from 436); Blue value is 246 (96.48% from 255 or 56.42% from 436); Max value from RGB is 246 - color contains mainly: blue. Hex color #0CB2F6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0CB2F6 is #F34D09. Grayscale: #878787. Windows color (decimal): -15944970 or 16167436. OLE color: 16167436.

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

Color convert

RGB 12 178 246 -
CMYK 0.95 0.28 0 0.04
HSL 197.44º 0.93% 0.51% -
HSV(B) 197.44º 0.95% 0.96% -
XYZ 32.71 38.57 92.91 -
YUV 136.12 190 39.47 -
System Red Green Blue C M Y K H S L
Decimal 12 178 246 0.95 0.28 0 0.04 197.44 0.93 0.51
Hex C B2 F6 5F 1C 0 4 C5 5D 33
Octal 14 262 366 137 34 0 4 305 135 63
Binary 1100 10110010 11110110 1011111 11100 0 100 11000101 1011101 110011

Color Harmonies of #0CB2F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB2F6

Black with #0CB2F6

Text Example


Text Example

White with #0CB2F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,178,246); }

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

background-color css

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

 a { background-color: rgb(12,178,246); }

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

border-color css

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

 span { border-color: rgb(12,178,246); }

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