Html Css Color HEX #0CCAFF Deep Sky Blue

📋 copy color: '#0CCAFF'

red 12 ◦ green 202 ◦ blue 255

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

Shades of Deep Sky Blue #0CCAFF

Tints of Deep Sky Blue #0CCAFF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.07%

 BLUE value IS 255 (100% from 255) = 54.37%

R = 2.56%
G = 43.07%
B = 54.37%

CMYK

 C value IS 0.95

 M value IS 0.21

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0CCAFF (or 0x0CCAFF) is known color: Deep Sky Blue. HEX triplet: 0C, CA and FF. RGB value is (12,202,255). Sum of RGB (Red+Green+Blue) = 12+202+255=469 (62% of max value = 765). Red value is 12 (5.08% from 255 or 2.56% from 469); Green value is 202 (79.30% from 255 or 43.07% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #0CCAFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CCAFF is #F33500. Grayscale: #969696. Windows color (decimal): -15938817 or 16763404. OLE color: 16763404.

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

Color convert

RGB 12 202 255 -
CMYK 0.95 0.21 0 0
HSL 193.09º 1% 0.52% -
HSV(B) 193.09º 0.95% 1% -
XYZ 39.32 49.54 102.1 -
YUV 151.23 186.55 28.69 -
System Red Green Blue C M Y K H S L
Decimal 12 202 255 0.95 0.21 0 0 193.09 1 0.52
Hex C CA FF 5F 15 0 0 C1 64 34
Octal 14 312 377 137 25 0 0 301 144 64
Binary 1100 11001010 11111111 1011111 10101 0 0 11000001 1100100 110100

Color Harmonies of #0CCAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCAFF

Black with #0CCAFF

Text Example


Text Example

White with #0CCAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,202,255); }

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

background-color css

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

 a { background-color: rgb(12,202,255); }

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

border-color css

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

 span { border-color: rgb(12,202,255); }

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