#CDF0FA

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

Shades of Pattens Blue #CDF0FA

Tints of Pattens Blue #CDF0FA

Color information

#CDF0FA (or 0xCDF0FA) is unknown color: approx Pattens Blue. HEX triplet: CD, F0 and FA. RGB value is (205,240,250). Sum of RGB (Red+Green+Blue) = 205+240+250=695 (92% of max value = 765). Red value is 205 (80.47% from 255 or 29.50% from 695); Green value is 240 (94.14% from 255 or 34.53% 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 #CDF0FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF0FA is #320F05. Grayscale: #E6E6E6. Windows color (decimal): -3280646 or 16445645. OLE color: 16445645.

HSL color Cylindrical-coordinate representation of color #CDF0FA: hue angle of 193.33º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDF0FA is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB205240250-
CMYK0.180.0400.02
HSL193.33º81.82%89.22%-
HSV(B)193.33º18%98.04%-
XYZ73.5982.2102.43-
YUV230.68138.9109.69-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.50%
GREEN value IS 240 (94.14% from 255) = 34.53%
BLUE value IS 250 (98.05% from 255) = 35.97%
R=29.50%
G=34.53%
B=35.97%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052402500.180.0400.02193.3381.8289.22
HexCDF0FA12402c15259
Octal31536037222402301122131
Binary110011011111000011111010100101000101100000110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF0FA; }

 p { color: rgb(205,240,250); }

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

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

 a { background-color: rgb(205,240,250); }

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

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

 span { border-color: rgb(205,240,250); }

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