#CFEBF3

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

Shades of Pattens Blue #CFEBF3

Tints of Pattens Blue #CFEBF3

Color information

#CFEBF3 (or 0xCFEBF3) is unknown color: approx Pattens Blue. HEX triplet: CF, EB and F3. RGB value is (207,235,243). Sum of RGB (Red+Green+Blue) = 207+235+243=685 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.22% from 685); Green value is 235 (92.19% from 255 or 34.31% from 685); Blue value is 243 (95.31% from 255 or 35.47% from 685); Max value from RGB is 243 - color contains mainly: blue. Hex color #CFEBF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEBF3 is #30140C. Grayscale: #E3E3E3. Windows color (decimal): -3150861 or 15985615. OLE color: 15985615.

HSL color Cylindrical-coordinate representation of color #CFEBF3: hue angle of 193.33º degrees, saturation: 0.6, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFEBF3 is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB207235243-
CMYK0.150.0300.05
HSL193.33º60%88.24%-
HSV(B)193.33º14.81%95.29%-
XYZ71.6279.1596.3-
YUV227.54136.72113.35-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.22%
GREEN value IS 235 (92.19% from 255) = 34.31%
BLUE value IS 243 (95.31% from 255) = 35.47%
R=30.22%
G=34.31%
B=35.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2072352430.150.0300.05193.336088.24
HexCFEBF3F305c13c58
Octal3173533631730530174130
Binary1100111111101011111100111111110101110000011111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEBF3; }

 p { color: rgb(207,235,243); }

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

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

 a { background-color: rgb(207,235,243); }

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

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

 span { border-color: rgb(207,235,243); }

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