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

📋 copy color: '#14CBCB'

red 20 ◦ green 203 ◦ blue 203

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

Shades of Robin's Egg Blue #14CBCB

Tints of Robin's Egg Blue #14CBCB

RGB

 RED value IS 20 (8.2% from 255) = 4.69%

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

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

R = 4.69%
G = 47.65%
B = 47.65%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#14CBCB (or 0x14CBCB) is known color: Robin's Egg Blue. HEX triplet: 14, CB and CB. RGB value is (20,203,203). Sum of RGB (Red+Green+Blue) = 20+203+203=426 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.69% from 426); Green value is 203 (79.69% from 255 or 47.65% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #14CBCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CBCB is #EB3434. Grayscale: #949494. Windows color (decimal): -15414325 or 13355796. OLE color: 13355796.

HSL color Cylindrical-coordinate representation of color #14CBCB: hue angle of 180º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CBCB is Cyan = 0.90, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 20 203 203 -
CMYK 0.90 0 0 0.20
HSL 180º 0.82% 0.44% -
HSV(B) 180º 0.9% 0.8% -
XYZ 32.42 47.17 63.9 -
YUV 148.28 158.87 36.5 -
System Red Green Blue C M Y K H S L
Decimal 20 203 203 0.90 0 0 0.20 180 0.82 0.44
Hex 14 CB CB 5A 0 0 14 B4 52 2C
Octal 24 313 313 132 0 0 24 264 122 54
Binary 10100 11001011 11001011 1011010 0 0 10100 10110100 1010010 101100

Color Harmonies of #14CBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CBCB

Black with #14CBCB

Text Example


Text Example

White with #14CBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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