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

📋 copy color: '#1ACFCB'

red 26 ◦ green 207 ◦ blue 203

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

Shades of Robin's Egg Blue #1ACFCB

Tints of Robin's Egg Blue #1ACFCB

RGB

 RED value IS 26 (10.55% from 255) = 5.96%

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

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

R = 5.96%
G = 47.48%
B = 46.56%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#1ACFCB (or 0x1ACFCB) is known color: Robin's Egg Blue. HEX triplet: 1A, CF and CB. RGB value is (26,207,203). Sum of RGB (Red+Green+Blue) = 26+207+203=436 (57% of max value = 765). Red value is 26 (10.55% from 255 or 5.96% from 436); Green value is 207 (81.25% from 255 or 47.48% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 207 - color contains mainly: green. Hex color #1ACFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ACFCB is #E53034. Grayscale: #989898. Windows color (decimal): -15020085 or 13356826. OLE color: 13356826.

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

Color convert

RGB 26 207 203 -
CMYK 0.87 0 0.02 0.19
HSL 178.67º 0.78% 0.46% -
HSV(B) 178.67º 0.87% 0.81% -
XYZ 33.52 49.16 64.22 -
YUV 152.43 156.53 37.83 -
System Red Green Blue C M Y K H S L
Decimal 26 207 203 0.87 0 0.02 0.19 178.67 0.78 0.46
Hex 1A CF CB 57 0 2 13 B3 4E 2E
Octal 32 317 313 127 0 2 23 263 116 56
Binary 11010 11001111 11001011 1010111 0 10 10011 10110011 1001110 101110

Color Harmonies of #1ACFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ACFCB

Black with #1ACFCB

Text Example


Text Example

White with #1ACFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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