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

📋 copy color: '#0ACFCB'

red 10 ◦ green 207 ◦ blue 203

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

Shades of Robin's Egg Blue #0ACFCB

Tints of Robin's Egg Blue #0ACFCB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 49.29%

 BLUE value IS 203 (79.69% from 255) = 48.33%

R = 2.38%
G = 49.29%
B = 48.33%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#0ACFCB (or 0x0ACFCB) is known color: Robin's Egg Blue. HEX triplet: 0A, CF and CB. RGB value is (10,207,203). Sum of RGB (Red+Green+Blue) = 10+207+203=420 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.38% from 420); Green value is 207 (81.25% from 255 or 49.29% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 207 - color contains mainly: green. Hex color #0ACFCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ACFCB is #F53034. Grayscale: #939393. Windows color (decimal): -16068661 or 13356810. OLE color: 13356810.

HSL color Cylindrical-coordinate representation of color #0ACFCB: hue angle of 178.78º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ACFCB is Cyan = 0.95, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 10 207 203 -
CMYK 0.95 0 0.02 0.19
HSL 178.78º 0.91% 0.43% -
HSV(B) 178.78º 0.95% 0.81% -
XYZ 33.22 49 64.21 -
YUV 147.64 159.23 29.83 -
System Red Green Blue C M Y K H S L
Decimal 10 207 203 0.95 0 0.02 0.19 178.78 0.91 0.43
Hex A CF CB 5F 0 2 13 B3 5B 2B
Octal 12 317 313 137 0 2 23 263 133 53
Binary 1010 11001111 11001011 1011111 0 10 10011 10110011 1011011 101011

Color Harmonies of #0ACFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACFCB

Black with #0ACFCB

Text Example


Text Example

White with #0ACFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,207,203); }

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

background-color css

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

 a { background-color: rgb(10,207,203); }

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

border-color css

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

 span { border-color: rgb(10,207,203); }

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