Html Css Color HEX #CAF2CA Blue Romance

📋 copy color: '#CAF2CA'

red 202 ◦ green 242 ◦ blue 202

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

Shades of Blue Romance #CAF2CA

Tints of Blue Romance #CAF2CA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.46%

 BLUE value IS 202 (79.3% from 255) = 31.27%

R = 31.27%
G = 37.46%
B = 31.27%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#CAF2CA (or 0xCAF2CA) is known color: Blue Romance. HEX triplet: CA, F2 and CA. RGB value is (202,242,202). Sum of RGB (Red+Green+Blue) = 202+242+202=646 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.27% from 646); Green value is 242 (94.92% from 255 or 37.46% from 646); Blue value is 202 (79.30% from 255 or 31.27% from 646); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF2CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF2CA is #350D35. Grayscale: #E1E1E1. Windows color (decimal): -3476790 or 13300426. OLE color: 13300426.

HSL color Cylindrical-coordinate representation of color #CAF2CA: hue angle of 120º degrees, saturation: 0.61, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAF2CA is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 242 202 -
CMYK 0.17 0 0.17 0.05
HSL 120º 0.61% 0.87% -
HSV(B) 120º 0.17% 0.95% -
XYZ 66.77 80.33 67.86 -
YUV 225.48 114.75 111.25 -
System Red Green Blue C M Y K H S L
Decimal 202 242 202 0.17 0 0.17 0.05 120 0.61 0.87
Hex CA F2 CA 11 0 11 5 78 3D 57
Octal 312 362 312 21 0 21 5 170 75 127
Binary 11001010 11110010 11001010 10001 0 10001 101 1111000 111101 1010111

Color Harmonies of #CAF2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF2CA

Black with #CAF2CA

Text Example


Text Example

White with #CAF2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF2CA; }

 p { color: rgb(202,242,202); }

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

background-color css

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

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

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

border-color css

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

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

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