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

📋 copy color: '#18CFC8'

red 24 ◦ green 207 ◦ blue 200

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

Shades of Robin's Egg Blue #18CFC8

Tints of Robin's Egg Blue #18CFC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 46.4%

R = 5.57%
G = 48.03%
B = 46.4%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#18CFC8 (or 0x18CFC8) is known color: Robin's Egg Blue. HEX triplet: 18, CF and C8. RGB value is (24,207,200). Sum of RGB (Red+Green+Blue) = 24+207+200=431 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.57% from 431); Green value is 207 (81.25% from 255 or 48.03% from 431); Blue value is 200 (78.52% from 255 or 46.40% from 431); Max value from RGB is 207 - color contains mainly: green. Hex color #18CFC8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CFC8 is #E73037. Grayscale: #979797. Windows color (decimal): -15151160 or 13160216. OLE color: 13160216.

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

Color convert

RGB 24 207 200 -
CMYK 0.88 0 0.03 0.19
HSL 177.7º 0.79% 0.45% -
HSV(B) 177.7º 0.88% 0.81% -
XYZ 33.11 48.99 62.35 -
YUV 151.49 155.37 37.07 -
System Red Green Blue C M Y K H S L
Decimal 24 207 200 0.88 0 0.03 0.19 177.7 0.79 0.45
Hex 18 CF C8 58 0 3 13 B2 4F 2D
Octal 30 317 310 130 0 3 23 262 117 55
Binary 11000 11001111 11001000 1011000 0 11 10011 10110010 1001111 101101

Color Harmonies of #18CFC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CFC8

Black with #18CFC8

Text Example


Text Example

White with #18CFC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,207,200); }

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

background-color css

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

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

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

border-color css

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

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

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