Html Css Color HEX #18CCCD Robin's Egg Blue

📋 copy color: '#18CCCD'

red 24 ◦ green 204 ◦ blue 205

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

Shades of Robin's Egg Blue #18CCCD

Tints of Robin's Egg Blue #18CCCD

RGB

 RED value IS 24 (9.77% from 255) = 5.54%

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

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

R = 5.54%
G = 47.11%
B = 47.34%

CMYK

 C value IS 0.88

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#18CCCD (or 0x18CCCD) is known color: Robin's Egg Blue. HEX triplet: 18, CC and CD. RGB value is (24,204,205). Sum of RGB (Red+Green+Blue) = 24+204+205=433 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.54% from 433); Green value is 204 (80.08% from 255 or 47.11% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #18CCCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CCCD is #E73332. Grayscale: #969696. Windows color (decimal): -15151923 or 13487128. OLE color: 13487128.

HSL color Cylindrical-coordinate representation of color #18CCCD: hue angle of 180.33º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18CCCD is Cyan = 0.88, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 24 204 205 -
CMYK 0.88 0.00 0 0.20
HSL 180.33º 0.79% 0.45% -
HSV(B) 180.33º 0.88% 0.8% -
XYZ 32.99 47.79 65.24 -
YUV 150.29 158.87 37.92 -
System Red Green Blue C M Y K H S L
Decimal 24 204 205 0.88 0.00 0 0.20 180.33 0.79 0.45
Hex 18 CC CD 58 0 0 14 B4 4F 2D
Octal 30 314 315 130 0 0 24 264 117 55
Binary 11000 11001100 11001101 1011000 0 0 10100 10110100 1001111 101101

Color Harmonies of #18CCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CCCD

Black with #18CCCD

Text Example


Text Example

White with #18CCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18CCCD; }

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

 H1.HeaderClassName
 {
   color: #18CCCD;
 }
 .AnyTagClassName
 {
   color: #18CCCD;
 }
</style>

background-color css

<style>
 a { background-color: #18CCCD; }

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

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

border-color css

<style>
 span { border-color: #18CCCD; }

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

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