#CAEBC8

Color #CAEBC8 Blue Romance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Romance #CAEBC8

Tints of Blue Romance #CAEBC8

Color information

#CAEBC8 (or 0xCAEBC8) is unknown color: approx Blue Romance. HEX triplet: CA, EB and C8. RGB value is (202,235,200). Sum of RGB (Red+Green+Blue) = 202+235+200=637 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.71% from 637); Green value is 235 (92.19% from 255 or 36.89% from 637); Blue value is 200 (78.52% from 255 or 31.40% from 637); Max value from RGB is 235 - color contains mainly: green. Hex color #CAEBC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEBC8 is #351437. Grayscale: #DDDDDD. Windows color (decimal): -3478584 or 13167562. OLE color: 13167562.

HSL color Cylindrical-coordinate representation of color #CAEBC8: hue angle of 116.57º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAEBC8 is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB202235200-
CMYK0.1400.150.08
HSL116.57º46.67%85.29%-
HSV(B)116.57º14.89%92.16%-
XYZ64.4976.1465.94-
YUV221.14116.07114.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.71%
GREEN value IS 235 (92.19% from 255) = 36.89%
BLUE value IS 200 (78.52% from 255) = 31.40%
R=31.71%
G=36.89%
B=31.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022352000.1400.150.08116.5746.6785.29
HexCAEBC8E0F8752f55
Octal312353310160171016557125
Binary110010101110101111001000111001111100011101011011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEBC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEBC8; }

 p { color: rgb(202,235,200); }

 H1.HeaderClassName
 {
   color: #CAEBC8;
 }
 .AnyTagClassName
 {
   color: #CAEBC8;
 }
</style>
background-color css

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

 a { background-color: rgb(202,235,200); }

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

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

 span { border-color: rgb(202,235,200); }

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