Html Css Color HEX #A5CBCB Morning Glory

📋 copy color: '#A5CBCB'

red 165 ◦ green 203 ◦ blue 203

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

Shades of Morning Glory #A5CBCB

Tints of Morning Glory #A5CBCB

RGB

 RED value IS 165 (64.84% from 255) = 28.9%

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

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

R = 28.9%
G = 35.55%
B = 35.55%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A5CBCB (or 0xA5CBCB) is known color: Morning Glory. HEX triplet: A5, CB and CB. RGB value is (165,203,203). Sum of RGB (Red+Green+Blue) = 165+203+203=571 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.90% from 571); Green value is 203 (79.69% from 255 or 35.55% from 571); Blue value is 203 (79.69% from 255 or 35.55% from 571); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #A5CBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CBCB is #5A3434. Grayscale: #BFBFBF. Windows color (decimal): -5911605 or 13355941. OLE color: 13355941.

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

Color convert

RGB 165 203 203 -
CMYK 0.19 0 0 0.20
HSL 180º 0.27% 0.72% -
HSV(B) 180º 0.19% 0.8% -
XYZ 47.65 55.02 64.61 -
YUV 191.64 134.41 109 -
System Red Green Blue C M Y K H S L
Decimal 165 203 203 0.19 0 0 0.20 180 0.27 0.72
Hex A5 CB CB 13 0 0 14 B4 1B 48
Octal 245 313 313 23 0 0 24 264 33 110
Binary 10100101 11001011 11001011 10011 0 0 10100 10110100 11011 1001000

Color Harmonies of #A5CBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CBCB

Black with #A5CBCB

Text Example


Text Example

White with #A5CBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CBCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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