#CFF3FE

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

Shades of Pattens Blue #CFF3FE

Tints of Pattens Blue #CFF3FE

Color information

#CFF3FE (or 0xCFF3FE) is unknown color: approx Pattens Blue. HEX triplet: CF, F3 and FE. RGB value is (207,243,254). Sum of RGB (Red+Green+Blue) = 207+243+254=704 (93% of max value = 765). Red value is 207 (81.25% from 255 or 29.40% from 704); Green value is 243 (95.31% from 255 or 34.52% from 704); Blue value is 254 (99.61% from 255 or 36.08% from 704); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFF3FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF3FE is #300C01. Grayscale: #E9E9E9. Windows color (decimal): -3148802 or 16708559. OLE color: 16708559.

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

Color convert

RGB207243254-
CMYK0.190.0400.00
HSL194.04º95.92%90.39%-
HSV(B)194.04º18.5%99.61%-
XYZ75.6784.52106.09-
YUV233.49139.57109.11-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.40%
GREEN value IS 243 (95.31% from 255) = 34.52%
BLUE value IS 254 (99.61% from 255) = 36.08%
R=29.40%
G=34.52%
B=36.08%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2072432540.190.0400.00194.0495.9290.39
HexCFF3FE13400c2605a
Octal31736337623400302140132
Binary11001111111100111111111010011100001100001011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF3FE; }

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

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

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

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

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

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

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

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