#CAFBC8

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

Shades of Blue Romance #CAFBC8

Tints of Blue Romance #CAFBC8

Color information

#CAFBC8 (or 0xCAFBC8) is unknown color: approx Blue Romance. HEX triplet: CA, FB and C8. RGB value is (202,251,200). Sum of RGB (Red+Green+Blue) = 202+251+200=653 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.93% from 653); Green value is 251 (98.44% from 255 or 38.44% from 653); Blue value is 200 (78.52% from 255 or 30.63% from 653); Max value from RGB is 251 - color contains mainly: green. Hex color #CAFBC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFBC8 is #350437. Grayscale: #E6E6E6. Windows color (decimal): -3474488 or 13171658. OLE color: 13171658.

HSL color Cylindrical-coordinate representation of color #CAFBC8: hue angle of 117.65º degrees, saturation: 0.86, 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 #CAFBC8 is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB202251200-
CMYK0.2000.200.02
HSL117.65º86.44%88.43%-
HSV(B)117.65º20.32%98.43%-
XYZ69.2885.7267.54-
YUV230.54110.77107.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.93%
GREEN value IS 251 (98.44% from 255) = 38.44%
BLUE value IS 200 (78.52% from 255) = 30.63%
R=30.93%
G=38.44%
B=30.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022512000.2000.200.02117.6586.4488.43
HexCAFBC8140142765658
Octal312373310240242166126130
Binary1100101011111011110010001010001010010111011010101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFBC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFBC8; }

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

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

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

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

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

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

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

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