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

📋 copy color: '#18C5CF'

red 24 ◦ green 197 ◦ blue 207

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

Shades of Robin's Egg Blue #18C5CF

Tints of Robin's Egg Blue #18C5CF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 46.03%

 BLUE value IS 207 (81.25% from 255) = 48.36%

R = 5.61%
G = 46.03%
B = 48.36%

CMYK

 C value IS 0.88

 M value IS 0.05

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#18C5CF (or 0x18C5CF) is known color: Robin's Egg Blue. HEX triplet: 18, C5 and CF. RGB value is (24,197,207). Sum of RGB (Red+Green+Blue) = 24+197+207=428 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.61% from 428); Green value is 197 (77.34% from 255 or 46.03% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #18C5CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18C5CF is #E73A30. Grayscale: #929292. Windows color (decimal): -15153713 or 13616408. OLE color: 13616408.

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

Color convert

RGB 24 197 207 -
CMYK 0.88 0.05 0 0.19
HSL 183.28º 0.79% 0.45% -
HSV(B) 183.28º 0.88% 0.81% -
XYZ 31.61 44.63 65.98 -
YUV 146.41 162.19 40.69 -
System Red Green Blue C M Y K H S L
Decimal 24 197 207 0.88 0.05 0 0.19 183.28 0.79 0.45
Hex 18 C5 CF 58 5 0 13 B7 4F 2D
Octal 30 305 317 130 5 0 23 267 117 55
Binary 11000 11000101 11001111 1011000 101 0 10011 10110111 1001111 101101

Color Harmonies of #18C5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C5CF

Black with #18C5CF

Text Example


Text Example

White with #18C5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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