Html Css Color HEX #CAEEC9 Blue Romance

📋 copy color: '#CAEEC9'

red 202 ◦ green 238 ◦ blue 201

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

Shades of Blue Romance #CAEEC9

Tints of Blue Romance #CAEEC9

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.13%

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

R = 31.51%
G = 37.13%
B = 31.36%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#CAEEC9 (or 0xCAEEC9) is known color: Blue Romance. HEX triplet: CA, EE and C9. RGB value is (202,238,201). Sum of RGB (Red+Green+Blue) = 202+238+201=641 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.51% from 641); Green value is 238 (93.36% from 255 or 37.13% from 641); Blue value is 201 (78.91% from 255 or 31.36% from 641); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEEC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEEC9 is #351136. Grayscale: #DFDFDF. Windows color (decimal): -3477815 or 13233866. OLE color: 13233866.

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

Color convert

RGB 202 238 201 -
CMYK 0.15 0 0.16 0.07
HSL 118.38º 0.52% 0.86% -
HSV(B) 118.38º 0.16% 0.93% -
XYZ 65.47 77.92 66.85 -
YUV 223.02 115.57 113.01 -
System Red Green Blue C M Y K H S L
Decimal 202 238 201 0.15 0 0.16 0.07 118.38 0.52 0.86
Hex CA EE C9 F 0 10 7 76 34 56
Octal 312 356 311 17 0 20 7 166 64 126
Binary 11001010 11101110 11001001 1111 0 10000 111 1110110 110100 1010110

Color Harmonies of #CAEEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEEC9

Black with #CAEEC9

Text Example


Text Example

White with #CAEEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAEEC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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