#CFEEFA

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

Shades of Pattens Blue #CFEEFA

Tints of Pattens Blue #CFEEFA

Color information

#CFEEFA (or 0xCFEEFA) is unknown color: approx Pattens Blue. HEX triplet: CF, EE and FA. RGB value is (207,238,250). Sum of RGB (Red+Green+Blue) = 207+238+250=695 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.78% from 695); Green value is 238 (93.36% from 255 or 34.24% from 695); Blue value is 250 (98.05% from 255 or 35.97% from 695); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFEEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEEFA is #301105. Grayscale: #E6E6E6. Windows color (decimal): -3150086 or 16445135. OLE color: 16445135.

HSL color Cylindrical-coordinate representation of color #CFEEFA: hue angle of 196.74º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFEEFA is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB207238250-
CMYK0.170.0500.02
HSL196.74º81.13%89.61%-
HSV(B)196.74º17.2%98.04%-
XYZ73.5681.32102.26-
YUV230.1139.23111.52-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.78%
GREEN value IS 238 (93.36% from 255) = 34.24%
BLUE value IS 250 (98.05% from 255) = 35.97%
R=29.78%
G=34.24%
B=35.97%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072382500.170.0500.02196.7481.1389.61
HexCFEEFA11502c5515a
Octal31735637221502305121132
Binary110011111110111011111010100011010101100010110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEEFA; }

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

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

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

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

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

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

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

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