Html Css Color HEX #0ACCCD Robin's Egg Blue

📋 copy color: '#0ACCCD'

red 10 ◦ green 204 ◦ blue 205

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

Shades of Robin's Egg Blue #0ACCCD

Tints of Robin's Egg Blue #0ACCCD

RGB

 RED value IS 10 (4.3% from 255) = 2.39%

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

 BLUE value IS 205 (80.47% from 255) = 48.93%

R = 2.39%
G = 48.69%
B = 48.93%

CMYK

 C value IS 0.95

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0ACCCD (or 0x0ACCCD) is known color: Robin's Egg Blue. HEX triplet: 0A, CC and CD. RGB value is (10,204,205). Sum of RGB (Red+Green+Blue) = 10+204+205=419 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.39% from 419); Green value is 204 (80.08% from 255 or 48.69% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #0ACCCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ACCCD is #F53332. Grayscale: #919191. Windows color (decimal): -16069427 or 13487114. OLE color: 13487114.

HSL color Cylindrical-coordinate representation of color #0ACCCD: hue angle of 180.31º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ACCCD is Cyan = 0.95, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 10 204 205 -
CMYK 0.95 0.00 0 0.20
HSL 180.31º 0.91% 0.42% -
HSV(B) 180.31º 0.95% 0.8% -
XYZ 32.74 47.66 65.23 -
YUV 146.11 161.23 30.92 -
System Red Green Blue C M Y K H S L
Decimal 10 204 205 0.95 0.00 0 0.20 180.31 0.91 0.42
Hex A CC CD 5F 0 0 14 B4 5B 2A
Octal 12 314 315 137 0 0 24 264 133 52
Binary 1010 11001100 11001101 1011111 0 0 10100 10110100 1011011 101010

Color Harmonies of #0ACCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACCCD

Black with #0ACCCD

Text Example


Text Example

White with #0ACCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,204,205); }

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

background-color css

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

 a { background-color: rgb(10,204,205); }

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

border-color css

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

 span { border-color: rgb(10,204,205); }

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