#CBEFF1

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

Shades of Oyster Bay #CBEFF1

Tints of Oyster Bay #CBEFF1

Color information

#CBEFF1 (or 0xCBEFF1) is unknown color: approx Oyster Bay. HEX triplet: CB, EF and F1. RGB value is (203,239,241). Sum of RGB (Red+Green+Blue) = 203+239+241=683 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.72% from 683); Green value is 239 (93.75% from 255 or 34.99% from 683); Blue value is 241 (94.53% from 255 or 35.29% from 683); Max value from RGB is 241 - color contains mainly: blue. Hex color #CBEFF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEFF1 is #34100E. Grayscale: #E4E4E4. Windows color (decimal): -3411983 or 15855563. OLE color: 15855563.

HSL color Cylindrical-coordinate representation of color #CBEFF1: hue angle of 183.16º 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 #CBEFF1 is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB203239241-
CMYK0.160.0100.05
HSL183.16º57.58%87.06%-
HSV(B)183.16º15.77%94.51%-
XYZ71.3780.7895.05-
YUV228.46135.07109.84-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.72%
GREEN value IS 239 (93.75% from 255) = 34.99%
BLUE value IS 241 (94.53% from 255) = 35.29%
R=29.72%
G=34.99%
B=35.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2032392410.160.0100.05183.1657.5887.06
HexCBEFF110105b73a57
Octal3133573612010526772127
Binary1100101111101111111100011000010101101101111110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEFF1; }

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

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

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

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

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

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

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

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