#CFEFFE

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

Shades of Pattens Blue #CFEFFE

Tints of Pattens Blue #CFEFFE

Color information

#CFEFFE (or 0xCFEFFE) is unknown color: approx Pattens Blue. HEX triplet: CF, EF and FE. RGB value is (207,239,254). Sum of RGB (Red+Green+Blue) = 207+239+254=700 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.57% from 700); Green value is 239 (93.75% from 255 or 34.14% from 700); Blue value is 254 (99.61% from 255 or 36.29% from 700); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFEFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEFFE is #301001. Grayscale: #E7E7E7. Windows color (decimal): -3149826 or 16707535. OLE color: 16707535.

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

Color convert

RGB207239254-
CMYK0.190.0600.00
HSL199.15º95.92%90.39%-
HSV(B)199.15º18.5%99.61%-
XYZ74.4982.15105.7-
YUV231.14140.9110.78-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.57%
GREEN value IS 239 (93.75% from 255) = 34.14%
BLUE value IS 254 (99.61% from 255) = 36.29%
R=29.57%
G=34.14%
B=36.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2072392540.190.0600.00199.1595.9290.39
HexCFEFFE13600c7605a
Octal31735737623600307140132
Binary11001111111011111111111010011110001100011111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEFFE; }

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

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

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

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

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

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

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

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