#CBFAF5

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

Shades of Foam #CBFAF5

Tints of Foam #CBFAF5

Color information

#CBFAF5 (or 0xCBFAF5) is unknown color: approx Foam. HEX triplet: CB, FA and F5. RGB value is (203,250,245). Sum of RGB (Red+Green+Blue) = 203+250+245=698 (92% of max value = 765). Red value is 203 (79.69% from 255 or 29.08% from 698); Green value is 250 (98.05% from 255 or 35.82% from 698); Blue value is 245 (96.09% from 255 or 35.10% from 698); Max value from RGB is 250 - color contains mainly: green. Hex color #CBFAF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBFAF5 is #34050A. Grayscale: #EBEBEB. Windows color (decimal): -3409163 or 16120523. OLE color: 16120523.

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

Color convert

RGB203250245-
CMYK0.1900.020.02
HSL173.62º82.46%88.82%-
HSV(B)173.62º18.8%98.04%-
XYZ75.387.6699.34-
YUV235.38133.43104.91-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.08%
GREEN value IS 250 (98.05% from 255) = 35.82%
BLUE value IS 245 (96.09% from 255) = 35.10%
R=29.08%
G=35.82%
B=35.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032502450.1900.020.02173.6282.4688.82
HexCBFAF513022ae5259
Octal31337236523022256122131
Binary11001011111110101111010110011010101010111010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFAF5; }

 p { color: rgb(203,250,245); }

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

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

 a { background-color: rgb(203,250,245); }

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

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

 span { border-color: rgb(203,250,245); }

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