Html Css Color HEX #CAEDC9 Blue Romance

📋 copy color: '#CAEDC9'

red 202 ◦ green 237 ◦ blue 201

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

Shades of Blue Romance #CAEDC9

Tints of Blue Romance #CAEDC9

RGB

 RED value IS 202 (79.3% from 255) = 31.56%

 GREEN value IS 237 (92.97% from 255) = 37.03%

 BLUE value IS 201 (78.91% from 255) = 31.41%

R = 31.56%
G = 37.03%
B = 31.41%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#CAEDC9 (or 0xCAEDC9) is known color: Blue Romance. HEX triplet: CA, ED and C9. RGB value is (202,237,201). Sum of RGB (Red+Green+Blue) = 202+237+201=640 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.56% from 640); Green value is 237 (92.97% from 255 or 37.03% from 640); Blue value is 201 (78.91% from 255 or 31.41% from 640); Max value from RGB is 237 - color contains mainly: green. Hex color #CAEDC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEDC9 is #351236. Grayscale: #DEDEDE. Windows color (decimal): -3478071 or 13233610. OLE color: 13233610.

HSL color Cylindrical-coordinate representation of color #CAEDC9: hue angle of 118.33º degrees, saturation: 0.5, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAEDC9 is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 237 201 -
CMYK 0.15 0 0.15 0.07
HSL 118.33º 0.5% 0.86% -
HSV(B) 118.33º 0.15% 0.93% -
XYZ 65.18 77.34 66.75 -
YUV 222.43 115.9 113.43 -
System Red Green Blue C M Y K H S L
Decimal 202 237 201 0.15 0 0.15 0.07 118.33 0.5 0.86
Hex CA ED C9 F 0 F 7 76 32 56
Octal 312 355 311 17 0 17 7 166 62 126
Binary 11001010 11101101 11001001 1111 0 1111 111 1110110 110010 1010110

Color Harmonies of #CAEDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEDC9

Black with #CAEDC9

Text Example


Text Example

White with #CAEDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAEDC9; }

 p { color: rgb(202,237,201); }

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

background-color css

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

 a { background-color: rgb(202,237,201); }

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

border-color css

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

 span { border-color: rgb(202,237,201); }

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