Html Css Color HEX #CAFFC7 Blue Romance

📋 copy color: '#CAFFC7'

red 202 ◦ green 255 ◦ blue 199

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

Shades of Blue Romance #CAFFC7

Tints of Blue Romance #CAFFC7

RGB

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

 GREEN value IS 255 (100% from 255) = 38.87%

 BLUE value IS 199 (78.13% from 255) = 30.34%

R = 30.79%
G = 38.87%
B = 30.34%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.22

 K value IS 0

RGB Variations

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

Color information

#CAFFC7 (or 0xCAFFC7) is known color: Blue Romance. HEX triplet: CA, FF and C7. RGB value is (202,255,199). Sum of RGB (Red+Green+Blue) = 202+255+199=656 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.79% from 656); Green value is 255 (100% from 255 or 38.87% from 656); Blue value is 199 (78.12% from 255 or 30.34% from 656); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFFC7 is #350038. Grayscale: #E8E8E8. Windows color (decimal): -3473465 or 13107146. OLE color: 13107146.

HSL color Cylindrical-coordinate representation of color #CAFFC7: hue angle of 116.79º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CAFFC7 is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.

Color convert

RGB 202 255 199 -
CMYK 0.21 0 0.22 0
HSL 116.79º 1% 0.89% -
HSV(B) 116.79º 0.22% 1% -
XYZ 70.43 88.2 67.35 -
YUV 232.77 108.94 106.05 -
System Red Green Blue C M Y K H S L
Decimal 202 255 199 0.21 0 0.22 0 116.79 1 0.89
Hex CA FF C7 15 0 16 0 75 64 59
Octal 312 377 307 25 0 26 0 165 144 131
Binary 11001010 11111111 11000111 10101 0 10110 0 1110101 1100100 1011001

Color Harmonies of #CAFFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFFC7

Black with #CAFFC7

Text Example


Text Example

White with #CAFFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFFC7; }

 p { color: rgb(202,255,199); }

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

background-color css

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

 a { background-color: rgb(202,255,199); }

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

border-color css

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

 span { border-color: rgb(202,255,199); }

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