#CBF6EE

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

Shades of Foam #CBF6EE

Tints of Foam #CBF6EE

Color information

#CBF6EE (or 0xCBF6EE) is unknown color: approx Foam. HEX triplet: CB, F6 and EE. RGB value is (203,246,238). Sum of RGB (Red+Green+Blue) = 203+246+238=687 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.55% from 687); Green value is 246 (96.48% from 255 or 35.81% from 687); Blue value is 238 (93.36% from 255 or 34.64% from 687); Max value from RGB is 246 - color contains mainly: green. Hex color #CBF6EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBF6EE is #340911. Grayscale: #E8E8E8. Windows color (decimal): -3410194 or 15660747. OLE color: 15660747.

HSL color Cylindrical-coordinate representation of color #CBF6EE: hue angle of 168.84º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBF6EE is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB203246238-
CMYK0.1700.030.04
HSL168.84º70.49%88.04%-
HSV(B)168.84º17.48%96.47%-
XYZ73.0284.7893.4-
YUV232.23131.25107.15-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.55%
GREEN value IS 246 (96.48% from 255) = 35.81%
BLUE value IS 238 (93.36% from 255) = 34.64%
R=29.55%
G=35.81%
B=34.64%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2032462380.1700.030.04168.8470.4988.04
HexCBF6EE11034a94658
Octal31336635621034251106130
Binary110010111111011011101110100010111001010100110001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF6EE; }

 p { color: rgb(203,246,238); }

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

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

 a { background-color: rgb(203,246,238); }

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

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

 span { border-color: rgb(203,246,238); }

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