#CFEEFF

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

Shades of Pattens Blue #CFEEFF

Tints of Pattens Blue #CFEEFF

Color information

#CFEEFF (or 0xCFEEFF) is unknown color: approx Pattens Blue. HEX triplet: CF, EE and FF. RGB value is (207,238,255). Sum of RGB (Red+Green+Blue) = 207+238+255=700 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.57% from 700); Green value is 238 (93.36% from 255 or 34% from 700); Blue value is 255 (100% from 255 or 36.43% from 700); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFEEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEEFF is #301100. Grayscale: #E6E6E6. Windows color (decimal): -3150081 or 16772815. OLE color: 16772815.

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

Color convert

RGB207238255-
CMYK0.190.0700
HSL201.25º100%90.59%-
HSV(B)201.25º18.82%100%-
XYZ74.3681.63106.45-
YUV230.67141.73111.12-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.57%
GREEN value IS 238 (93.36% from 255) = 34%
BLUE value IS 255 (100% from 255) = 36.43%
R=29.57%
G=34%
B=36.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2072382550.190.0700201.2510090.59
HexCFEEFF13700c9645b
Octal31735637723700311144133
Binary11001111111011101111111110011111001100100111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEEFF; }

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

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

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

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

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

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

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

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