#CFE7FF

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

Shades of Pattens Blue #CFE7FF

Tints of Pattens Blue #CFE7FF

Color information

#CFE7FF (or 0xCFE7FF) is unknown color: approx Pattens Blue. HEX triplet: CF, E7 and FF. RGB value is (207,231,255). Sum of RGB (Red+Green+Blue) = 207+231+255=693 (91% of max value = 765). Red value is 207 (81.25% from 255 or 29.87% from 693); Green value is 231 (90.62% from 255 or 33.33% from 693); Blue value is 255 (100% from 255 or 36.80% from 693); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFE7FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFE7FF is #301800. Grayscale: #E2E2E2. Windows color (decimal): -3151873 or 16771023. OLE color: 16771023.

HSL color Cylindrical-coordinate representation of color #CFE7FF: hue angle of 210º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFE7FF is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB207231255-
CMYK0.190.0900
HSL210º100%90.59%-
HSV(B)210º18.82%100%-
XYZ72.3677.64105.78-
YUV226.56144.05114.05-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.87%
GREEN value IS 231 (90.62% from 255) = 33.33%
BLUE value IS 255 (100% from 255) = 36.80%
R=29.87%
G=33.33%
B=36.80%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2072312550.190.090021010090.59
HexCFE7FF13900d2645b
Octal317347377231100322144133
Binary110011111110011111111111100111001001101001011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE7FF; }

 p { color: rgb(207,231,255); }

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

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

 a { background-color: rgb(207,231,255); }

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

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

 span { border-color: rgb(207,231,255); }

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