#CADFF1

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

Shades of Pattens Blue #CADFF1

Tints of Pattens Blue #CADFF1

Color information

#CADFF1 (or 0xCADFF1) is unknown color: approx Pattens Blue. HEX triplet: CA, DF and F1. RGB value is (202,223,241). Sum of RGB (Red+Green+Blue) = 202+223+241=666 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.33% from 666); Green value is 223 (87.5% from 255 or 33.48% from 666); Blue value is 241 (94.53% from 255 or 36.19% from 666); Max value from RGB is 241 - color contains mainly: blue. Hex color #CADFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADFF1 is #35200E. Grayscale: #DADADA. Windows color (decimal): -3481615 or 15851466. OLE color: 15851466.

HSL color Cylindrical-coordinate representation of color #CADFF1: hue angle of 207.69º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CADFF1 is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB202223241-
CMYK0.160.0700.05
HSL207.69º58.21%86.86%-
HSV(B)207.69º16.18%94.51%-
XYZ66.6271.6893.54-
YUV218.77140.54116.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.33%
GREEN value IS 223 (87.5% from 255) = 33.48%
BLUE value IS 241 (94.53% from 255) = 36.19%
R=30.33%
G=33.48%
B=36.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022232410.160.0700.05207.6958.2186.86
HexCADFF110705d03a57
Octal3123373612070532072127
Binary110010101101111111110001100001110101110100001110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADFF1; }

 p { color: rgb(202,223,241); }

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

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

 a { background-color: rgb(202,223,241); }

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

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

 span { border-color: rgb(202,223,241); }

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