Html Css Color HEX #CAF7C9 Blue Romance

📋 copy color: '#CAF7C9'

red 202 ◦ green 247 ◦ blue 201

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

Shades of Blue Romance #CAF7C9

Tints of Blue Romance #CAF7C9

RGB

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

 GREEN value IS 247 (96.88% from 255) = 38%

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

R = 31.08%
G = 38%
B = 30.92%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#CAF7C9 (or 0xCAF7C9) is known color: Blue Romance. HEX triplet: CA, F7 and C9. RGB value is (202,247,201). Sum of RGB (Red+Green+Blue) = 202+247+201=650 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.08% from 650); Green value is 247 (96.88% from 255 or 38% from 650); Blue value is 201 (78.91% from 255 or 30.92% from 650); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF7C9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF7C9 is #350836. Grayscale: #E4E4E4. Windows color (decimal): -3475511 or 13236170. OLE color: 13236170.

HSL color Cylindrical-coordinate representation of color #CAF7C9: hue angle of 118.7º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAF7C9 is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB 202 247 201 -
CMYK 0.18 0 0.19 0.03
HSL 118.7º 0.74% 0.88% -
HSV(B) 118.7º 0.19% 0.97% -
XYZ 68.16 83.3 67.74 -
YUV 228.3 112.59 109.24 -
System Red Green Blue C M Y K H S L
Decimal 202 247 201 0.18 0 0.19 0.03 118.7 0.74 0.88
Hex CA F7 C9 12 0 13 3 77 4A 58
Octal 312 367 311 22 0 23 3 167 112 130
Binary 11001010 11110111 11001001 10010 0 10011 11 1110111 1001010 1011000

Color Harmonies of #CAF7C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF7C9

Black with #CAF7C9

Text Example


Text Example

White with #CAF7C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF7C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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