Html Css Color HEX #0CC4FB Deep Sky Blue

📋 copy color: '#0CC4FB'

red 12 ◦ green 196 ◦ blue 251

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

Shades of Deep Sky Blue #0CC4FB

Tints of Deep Sky Blue #0CC4FB

RGB

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

 GREEN value IS 196 (76.95% from 255) = 42.7%

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

R = 2.61%
G = 42.7%
B = 54.68%

CMYK

 C value IS 0.95

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0CC4FB (or 0x0CC4FB) is known color: Deep Sky Blue. HEX triplet: 0C, C4 and FB. RGB value is (12,196,251). Sum of RGB (Red+Green+Blue) = 12+196+251=459 (60% of max value = 765). Red value is 12 (5.08% from 255 or 2.61% from 459); Green value is 196 (76.95% from 255 or 42.70% from 459); Blue value is 251 (98.44% from 255 or 54.68% from 459); Max value from RGB is 251 - color contains mainly: blue. Hex color #0CC4FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CC4FB is #F33B04. Grayscale: #929292. Windows color (decimal): -15940357 or 16499724. OLE color: 16499724.

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

Color convert

RGB 12 196 251 -
CMYK 0.95 0.22 0 0.02
HSL 193.81º 0.97% 0.52% -
HSV(B) 193.81º 0.95% 0.98% -
XYZ 37.3 46.52 98.28 -
YUV 147.25 186.54 31.53 -
System Red Green Blue C M Y K H S L
Decimal 12 196 251 0.95 0.22 0 0.02 193.81 0.97 0.52
Hex C C4 FB 5F 16 0 2 C2 61 34
Octal 14 304 373 137 26 0 2 302 141 64
Binary 1100 11000100 11111011 1011111 10110 0 10 11000010 1100001 110100

Color Harmonies of #0CC4FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC4FB

Black with #0CC4FB

Text Example


Text Example

White with #0CC4FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,196,251); }

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

background-color css

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

 a { background-color: rgb(12,196,251); }

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

border-color css

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

 span { border-color: rgb(12,196,251); }

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