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

📋 copy color: '#18C8CF'

red 24 ◦ green 200 ◦ blue 207

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

Shades of Robin's Egg Blue #18C8CF

Tints of Robin's Egg Blue #18C8CF

RGB

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

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

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

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

CMYK

 C value IS 0.88

 M value IS 0.03

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

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

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

Color convert

RGB 24 200 207 -
CMYK 0.88 0.03 0 0.19
HSL 182.3º 0.79% 0.45% -
HSV(B) 182.3º 0.88% 0.81% -
XYZ 32.29 46.01 66.21 -
YUV 148.17 161.19 39.43 -
System Red Green Blue C M Y K H S L
Decimal 24 200 207 0.88 0.03 0 0.19 182.3 0.79 0.45
Hex 18 C8 CF 58 3 0 13 B6 4F 2D
Octal 30 310 317 130 3 0 23 266 117 55
Binary 11000 11001000 11001111 1011000 11 0 10011 10110110 1001111 101101

Color Harmonies of #18C8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C8CF

Black with #18C8CF

Text Example


Text Example

White with #18C8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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