Html Css Color HEX #CBF1EB Foam

📋 copy color: '#CBF1EB'

red 203 ◦ green 241 ◦ blue 235

#CBF1EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Foam #CBF1EB

Tints of Foam #CBF1EB

RGB

 RED value IS 203 (79.69% from 255) = 29.9%

 GREEN value IS 241 (94.53% from 255) = 35.49%

 BLUE value IS 235 (92.19% from 255) = 34.61%

R = 29.9%
G = 35.49%
B = 34.61%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#CBF1EB (or 0xCBF1EB) is known color: Foam. HEX triplet: CB, F1 and EB. RGB value is (203,241,235). Sum of RGB (Red+Green+Blue) = 203+241+235=679 (89% of max value = 765). Red value is 203 (79.69% from 255 or 29.90% from 679); Green value is 241 (94.53% from 255 or 35.49% from 679); Blue value is 235 (92.19% from 255 or 34.61% from 679); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF1EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBF1EB is #340E14. Grayscale: #E4E4E4. Windows color (decimal): -3411477 or 15462859. OLE color: 15462859.

HSL color Cylindrical-coordinate representation of color #CBF1EB: hue angle of 170.53º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBF1EB is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 203 241 235 -
CMYK 0.16 0 0.02 0.05
HSL 170.53º 0.58% 0.87% -
HSV(B) 170.53º 0.16% 0.95% -
XYZ 71.08 81.61 90.6 -
YUV 228.95 131.41 109.49 -
System Red Green Blue C M Y K H S L
Decimal 203 241 235 0.16 0 0.02 0.05 170.53 0.58 0.87
Hex CB F1 EB 10 0 2 5 AB 3A 57
Octal 313 361 353 20 0 2 5 253 72 127
Binary 11001011 11110001 11101011 10000 0 10 101 10101011 111010 1010111

Color Harmonies of #CBF1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF1EB

Black with #CBF1EB

Text Example


Text Example

White with #CBF1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF1EB; }

 p { color: rgb(203,241,235); }

 H1.HeaderClassName
 {
   color: #CBF1EB;
 }
 .AnyTagClassName
 {
   color: #CBF1EB;
 }
</style>

background-color css

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

 a { background-color: rgb(203,241,235); }

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

border-color css

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

 span { border-color: rgb(203,241,235); }

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