#CFEFFF

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

Shades of Pattens Blue #CFEFFF

Tints of Pattens Blue #CFEFFF

Color information

#CFEFFF (or 0xCFEFFF) is unknown color: approx Pattens Blue. HEX triplet: CF, EF and FF. RGB value is (207,239,255). Sum of RGB (Red+Green+Blue) = 207+239+255=701 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.53% from 701); Green value is 239 (93.75% from 255 or 34.09% from 701); Blue value is 255 (100% from 255 or 36.38% from 701); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFEFFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEFFF is #301000. Grayscale: #E7E7E7. Windows color (decimal): -3149825 or 16773071. OLE color: 16773071.

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

Color convert

RGB207239255-
CMYK0.190.0600
HSL200º100%90.59%-
HSV(B)200º18.82%100%-
XYZ74.6582.22106.54-
YUV231.26141.4110.7-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.53%
GREEN value IS 239 (93.75% from 255) = 34.09%
BLUE value IS 255 (100% from 255) = 36.38%
R=29.53%
G=34.09%
B=36.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2072392550.190.060020010090.59
HexCFEFFF13600c8645b
Octal31735737723600310144133
Binary11001111111011111111111110011110001100100011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEFFF; }

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

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

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

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

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

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

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

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