#CAFAC8

Color #CAFAC8 Blue Romance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Romance #CAFAC8

Tints of Blue Romance #CAFAC8

Color information

#CAFAC8 (or 0xCAFAC8) is unknown color: approx Blue Romance. HEX triplet: CA, FA and C8. RGB value is (202,250,200). Sum of RGB (Red+Green+Blue) = 202+250+200=652 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.98% from 652); Green value is 250 (98.05% from 255 or 38.34% from 652); Blue value is 200 (78.52% from 255 or 30.67% from 652); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFAC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFAC8 is #350537. Grayscale: #E6E6E6. Windows color (decimal): -3474744 or 13171402. OLE color: 13171402.

HSL color Cylindrical-coordinate representation of color #CAFAC8: hue angle of 117.6º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAFAC8 is Cyan = 0.19, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.02.

Color convert

RGB202250200-
CMYK0.1900.20.02
HSL117.6º83.33%88.24%-
HSV(B)117.6º20%98.04%-
XYZ68.9785.167.43-
YUV229.95111.1108.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.98%
GREEN value IS 250 (98.05% from 255) = 38.34%
BLUE value IS 200 (78.52% from 255) = 30.67%
R=30.98%
G=38.34%
B=30.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022502000.1900.20.02117.683.3388.24
HexCAFAC8130142765358
Octal312372310230242166123130
Binary1100101011111010110010001001101010010111011010100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFAC8; }

 p { color: rgb(202,250,200); }

 H1.HeaderClassName
 {
   color: #CAFAC8;
 }
 .AnyTagClassName
 {
   color: #CAFAC8;
 }
</style>
background-color css

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

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

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

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

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

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