Html Css Color HEX #0CADE5 Deep Sky Blue

📋 copy color: '#0CADE5'

red 12 ◦ green 173 ◦ blue 229

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

Shades of Deep Sky Blue #0CADE5

Tints of Deep Sky Blue #0CADE5

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.79%

 BLUE value IS 229 (89.84% from 255) = 55.31%

R = 2.9%
G = 41.79%
B = 55.31%

CMYK

 C value IS 0.95

 M value IS 0.24

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#0CADE5 (or 0x0CADE5) is known color: Deep Sky Blue. HEX triplet: 0C, AD and E5. RGB value is (12,173,229). Sum of RGB (Red+Green+Blue) = 12+173+229=414 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.90% from 414); Green value is 173 (67.97% from 255 or 41.79% from 414); Blue value is 229 (89.84% from 255 or 55.31% from 414); Max value from RGB is 229 - color contains mainly: blue. Hex color #0CADE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CADE5 is #F3521A. Grayscale: #828282. Windows color (decimal): -15946267 or 15052044. OLE color: 15052044.

HSL color Cylindrical-coordinate representation of color #0CADE5: hue angle of 195.48º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CADE5 is Cyan = 0.95, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 12 173 229 -
CMYK 0.95 0.24 0 0.10
HSL 195.48º 0.9% 0.47% -
HSV(B) 195.48º 0.95% 0.9% -
XYZ 29.24 35.62 79.46 -
YUV 131.25 183.16 42.95 -
System Red Green Blue C M Y K H S L
Decimal 12 173 229 0.95 0.24 0 0.10 195.48 0.9 0.47
Hex C AD E5 5F 18 0 A C3 5A 2F
Octal 14 255 345 137 30 0 12 303 132 57
Binary 1100 10101101 11100101 1011111 11000 0 1010 11000011 1011010 101111

Color Harmonies of #0CADE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CADE5

Black with #0CADE5

Text Example


Text Example

White with #0CADE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,173,229); }

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

background-color css

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

 a { background-color: rgb(12,173,229); }

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

border-color css

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

 span { border-color: rgb(12,173,229); }

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