#CFE9FF

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

Shades of Pattens Blue #CFE9FF

Tints of Pattens Blue #CFE9FF

Color information

#CFE9FF (or 0xCFE9FF) is unknown color: approx Pattens Blue. HEX triplet: CF, E9 and FF. RGB value is (207,233,255). Sum of RGB (Red+Green+Blue) = 207+233+255=695 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.78% from 695); Green value is 233 (91.41% from 255 or 33.53% from 695); Blue value is 255 (100% from 255 or 36.69% from 695); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFE9FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFE9FF is #301600. Grayscale: #E3E3E3. Windows color (decimal): -3151361 or 16771535. OLE color: 16771535.

HSL color Cylindrical-coordinate representation of color #CFE9FF: hue angle of 207.5º 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 #CFE9FF is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB207233255-
CMYK0.190.0900
HSL207.5º100%90.59%-
HSV(B)207.5º18.82%100%-
XYZ72.9278.76105.97-
YUV227.73143.39113.21-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.78%
GREEN value IS 233 (91.41% from 255) = 33.53%
BLUE value IS 255 (100% from 255) = 36.69%
R=29.78%
G=33.53%
B=36.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2072332550.190.0900207.510090.59
HexCFE9FF13900d0645b
Octal317351377231100320144133
Binary110011111110100111111111100111001001101000011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE9FF; }

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

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

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

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

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

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

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

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