Html Css Color HEX #0CCCF1 Deep Sky Blue

📋 copy color: '#0CCCF1'

red 12 ◦ green 204 ◦ blue 241

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

Shades of Deep Sky Blue #0CCCF1

Tints of Deep Sky Blue #0CCCF1

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.64%

 BLUE value IS 241 (94.53% from 255) = 52.74%

R = 2.63%
G = 44.64%
B = 52.74%

CMYK

 C value IS 0.95

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#0CCCF1 (or 0x0CCCF1) is known color: Deep Sky Blue. HEX triplet: 0C, CC and F1. RGB value is (12,204,241). Sum of RGB (Red+Green+Blue) = 12+204+241=457 (60% of max value = 765). Red value is 12 (5.08% from 255 or 2.63% from 457); Green value is 204 (80.08% from 255 or 44.64% from 457); Blue value is 241 (94.53% from 255 or 52.74% from 457); Max value from RGB is 241 - color contains mainly: blue. Hex color #0CCCF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CCCF1 is #F3330E. Grayscale: #969696. Windows color (decimal): -15938319 or 15846412. OLE color: 15846412.

HSL color Cylindrical-coordinate representation of color #0CCCF1: hue angle of 189.69º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CCCF1 is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 12 204 241 -
CMYK 0.95 0.15 0 0.05
HSL 189.69º 0.91% 0.5% -
HSV(B) 189.69º 0.95% 0.95% -
XYZ 37.62 49.61 90.81 -
YUV 150.81 178.89 28.99 -
System Red Green Blue C M Y K H S L
Decimal 12 204 241 0.95 0.15 0 0.05 189.69 0.91 0.5
Hex C CC F1 5F F 0 5 BE 5B 32
Octal 14 314 361 137 17 0 5 276 133 62
Binary 1100 11001100 11110001 1011111 1111 0 101 10111110 1011011 110010

Color Harmonies of #0CCCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCCF1

Black with #0CCCF1

Text Example


Text Example

White with #0CCCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,204,241); }

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

background-color css

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

 a { background-color: rgb(12,204,241); }

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

border-color css

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

 span { border-color: rgb(12,204,241); }

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