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

📋 copy color: '#18CBCB'

red 24 ◦ green 203 ◦ blue 203

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

Shades of Robin's Egg Blue #18CBCB

Tints of Robin's Egg Blue #18CBCB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 47.21%

 BLUE value IS 203 (79.69% from 255) = 47.21%

R = 5.58%
G = 47.21%
B = 47.21%

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

#18CBCB (or 0x18CBCB) is known color: Robin's Egg Blue. HEX triplet: 18, CB and CB. RGB value is (24,203,203). Sum of RGB (Red+Green+Blue) = 24+203+203=430 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.58% from 430); Green value is 203 (79.69% from 255 or 47.21% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #18CBCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CBCB is #E73434. Grayscale: #959595. Windows color (decimal): -15152181 or 13355800. OLE color: 13355800.

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

Color convert

RGB 24 203 203 -
CMYK 0.88 0 0 0.20
HSL 180º 0.79% 0.45% -
HSV(B) 180º 0.88% 0.8% -
XYZ 32.51 47.22 63.9 -
YUV 149.48 158.2 38.5 -
System Red Green Blue C M Y K H S L
Decimal 24 203 203 0.88 0 0 0.20 180 0.79 0.45
Hex 18 CB CB 58 0 0 14 B4 4F 2D
Octal 30 313 313 130 0 0 24 264 117 55
Binary 11000 11001011 11001011 1011000 0 0 10100 10110100 1001111 101101

Color Harmonies of #18CBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CBCB

Black with #18CBCB

Text Example


Text Example

White with #18CBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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