Html Css Color HEX #A5CBCF Morning Glory

📋 copy color: '#A5CBCF'

red 165 ◦ green 203 ◦ blue 207

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

Shades of Morning Glory #A5CBCF

Tints of Morning Glory #A5CBCF

RGB

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

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

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

R = 28.7%
G = 35.3%
B = 36%

CMYK

 C value IS 0.20

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A5CBCF (or 0xA5CBCF) is known color: Morning Glory. HEX triplet: A5, CB and CF. RGB value is (165,203,207). Sum of RGB (Red+Green+Blue) = 165+203+207=575 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.70% from 575); Green value is 203 (79.69% from 255 or 35.30% from 575); Blue value is 207 (81.25% from 255 or 36% from 575); Max value from RGB is 207 - color contains mainly: blue. Hex color #A5CBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CBCF is #5A3430. Grayscale: #C0C0C0. Windows color (decimal): -5911601 or 13618085. OLE color: 13618085.

HSL color Cylindrical-coordinate representation of color #A5CBCF: hue angle of 185.71º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A5CBCF is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 203 207 -
CMYK 0.20 0.02 0 0.19
HSL 185.71º 0.3% 0.73% -
HSV(B) 185.71º 0.2% 0.81% -
XYZ 48.14 55.22 67.15 -
YUV 192.09 136.41 108.67 -
System Red Green Blue C M Y K H S L
Decimal 165 203 207 0.20 0.02 0 0.19 185.71 0.3 0.73
Hex A5 CB CF 14 2 0 13 BA 1E 49
Octal 245 313 317 24 2 0 23 272 36 111
Binary 10100101 11001011 11001111 10100 10 0 10011 10111010 11110 1001001

Color Harmonies of #A5CBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CBCF

Black with #A5CBCF

Text Example


Text Example

White with #A5CBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CBCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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