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

📋 copy color: '#18CDCD'

red 24 ◦ green 205 ◦ blue 205

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

Shades of Robin's Egg Blue #18CDCD

Tints of Robin's Egg Blue #18CDCD

RGB

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

 GREEN value IS 205 (80.47% from 255) = 47.24%

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

R = 5.53%
G = 47.24%
B = 47.24%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#18CDCD (or 0x18CDCD) is known color: Robin's Egg Blue. HEX triplet: 18, CD and CD. RGB value is (24,205,205). Sum of RGB (Red+Green+Blue) = 24+205+205=434 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.53% from 434); Green value is 205 (80.47% from 255 or 47.24% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #18CDCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CDCD is #E73232. Grayscale: #969696. Windows color (decimal): -15151667 or 13487384. OLE color: 13487384.

HSL color Cylindrical-coordinate representation of color #18CDCD: hue angle of 180º 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 #18CDCD is Cyan = 0.88, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 24 205 205 -
CMYK 0.88 0 0 0.20
HSL 180º 0.79% 0.45% -
HSV(B) 180º 0.88% 0.8% -
XYZ 33.23 48.26 65.32 -
YUV 150.88 158.53 37.5 -
System Red Green Blue C M Y K H S L
Decimal 24 205 205 0.88 0 0 0.20 180 0.79 0.45
Hex 18 CD CD 58 0 0 14 B4 4F 2D
Octal 30 315 315 130 0 0 24 264 117 55
Binary 11000 11001101 11001101 1011000 0 0 10100 10110100 1001111 101101

Color Harmonies of #18CDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CDCD

Black with #18CDCD

Text Example


Text Example

White with #18CDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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