#CFE8FB

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

Shades of Pattens Blue #CFE8FB

Tints of Pattens Blue #CFE8FB

Color information

#CFE8FB (or 0xCFE8FB) is unknown color: approx Pattens Blue. HEX triplet: CF, E8 and FB. RGB value is (207,232,251). Sum of RGB (Red+Green+Blue) = 207+232+251=690 (91% of max value = 765). Red value is 207 (81.25% from 255 or 30% from 690); Green value is 232 (91.02% from 255 or 33.62% from 690); Blue value is 251 (98.44% from 255 or 36.38% from 690); Max value from RGB is 251 - color contains mainly: blue. Hex color #CFE8FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFE8FB is #301704. Grayscale: #E2E2E2. Windows color (decimal): -3151621 or 16509135. OLE color: 16509135.

HSL color Cylindrical-coordinate representation of color #CFE8FB: hue angle of 205.91º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFE8FB is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB207232251-
CMYK0.180.0800.02
HSL205.91º84.62%89.8%-
HSV(B)205.91º17.53%98.43%-
XYZ7277.94102.52-
YUV226.69141.72113.96-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30%
GREEN value IS 232 (91.02% from 255) = 33.62%
BLUE value IS 251 (98.44% from 255) = 36.38%
R=30%
G=33.62%
B=36.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072322510.180.0800.02205.9184.6289.8
HexCFE8FB12802ce555a
Octal317350373221002316125132
Binary1100111111101000111110111001010000101100111010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE8FB; }

 p { color: rgb(207,232,251); }

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

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

 a { background-color: rgb(207,232,251); }

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

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

 span { border-color: rgb(207,232,251); }

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