Html Css Color HEX #0CBCFC Deep Sky Blue

📋 copy color: '#0CBCFC'

red 12 ◦ green 188 ◦ blue 252

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

Shades of Deep Sky Blue #0CBCFC

Tints of Deep Sky Blue #0CBCFC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.59%

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

R = 2.65%
G = 41.59%
B = 55.75%

CMYK

 C value IS 0.95

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0CBCFC (or 0x0CBCFC) is known color: Deep Sky Blue. HEX triplet: 0C, BC and FC. RGB value is (12,188,252). Sum of RGB (Red+Green+Blue) = 12+188+252=452 (59% of max value = 765). Red value is 12 (5.08% from 255 or 2.65% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 252 (98.83% from 255 or 55.75% from 452); Max value from RGB is 252 - color contains mainly: blue. Hex color #0CBCFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CBCFC is #F34303. Grayscale: #8E8E8E. Windows color (decimal): -15942404 or 16563212. OLE color: 16563212.

HSL color Cylindrical-coordinate representation of color #0CBCFC: hue angle of 196º 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 #0CBCFC is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 12 188 252 -
CMYK 0.95 0.25 0 0.01
HSL 196º 0.98% 0.52% -
HSV(B) 196º 0.95% 0.99% -
XYZ 35.71 43.07 98.53 -
YUV 142.67 189.69 34.8 -
System Red Green Blue C M Y K H S L
Decimal 12 188 252 0.95 0.25 0 0.01 196 0.98 0.52
Hex C BC FC 5F 19 0 1 C4 62 34
Octal 14 274 374 137 31 0 1 304 142 64
Binary 1100 10111100 11111100 1011111 11001 0 1 11000100 1100010 110100

Color Harmonies of #0CBCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBCFC

Black with #0CBCFC

Text Example


Text Example

White with #0CBCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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