#CBF9DA

Color #CBF9DA Granny Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Apple #CBF9DA

Tints of Granny Apple #CBF9DA

Color information

#CBF9DA (or 0xCBF9DA) is unknown color: approx Granny Apple. HEX triplet: CB, F9 and DA. RGB value is (203,249,218). Sum of RGB (Red+Green+Blue) = 203+249+218=670 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.30% from 670); Green value is 249 (97.66% from 255 or 37.16% from 670); Blue value is 218 (85.55% from 255 or 32.54% from 670); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF9DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF9DA is #340625. Grayscale: #E7E7E7. Windows color (decimal): -3409446 or 14350795. OLE color: 14350795.

HSL color Cylindrical-coordinate representation of color #CBF9DA: hue angle of 139.57º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBF9DA is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB203249218-
CMYK0.1800.120.02
HSL139.57º79.31%88.63%-
HSV(B)139.57º18.47%97.65%-
XYZ71.1685.5179.08-
YUV231.71120.26107.52-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.30%
GREEN value IS 249 (97.66% from 255) = 37.16%
BLUE value IS 218 (85.55% from 255) = 32.54%
R=30.30%
G=37.16%
B=32.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032492180.1800.120.02139.5779.3188.63
HexCBF9DA120C28c4f59
Octal313371332220142214117131
Binary1100101111111001110110101001001100101000110010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF9DA; }

 p { color: rgb(203,249,218); }

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

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

 a { background-color: rgb(203,249,218); }

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

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

 span { border-color: rgb(203,249,218); }

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