#CFF1FE

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

Shades of Pattens Blue #CFF1FE

Tints of Pattens Blue #CFF1FE

Color information

#CFF1FE (or 0xCFF1FE) is unknown color: approx Pattens Blue. HEX triplet: CF, F1 and FE. RGB value is (207,241,254). Sum of RGB (Red+Green+Blue) = 207+241+254=702 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.49% from 702); Green value is 241 (94.53% from 255 or 34.33% from 702); Blue value is 254 (99.61% from 255 or 36.18% from 702); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFF1FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF1FE is #300E01. Grayscale: #E8E8E8. Windows color (decimal): -3149314 or 16708047. OLE color: 16708047.

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

Color convert

RGB207241254-
CMYK0.190.0500.00
HSL196.6º95.92%90.39%-
HSV(B)196.6º18.5%99.61%-
XYZ75.0883.33105.89-
YUV232.32140.24109.94-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.49%
GREEN value IS 241 (94.53% from 255) = 34.33%
BLUE value IS 254 (99.61% from 255) = 36.18%
R=29.49%
G=34.33%
B=36.18%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2072412540.190.0500.00196.695.9290.39
HexCFF1FE13500c5605a
Octal31736137623500305140132
Binary11001111111100011111111010011101001100010111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF1FE; }

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

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

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

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

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

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

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

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