#CADFF3

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

Shades of Pattens Blue #CADFF3

Tints of Pattens Blue #CADFF3

Color information

#CADFF3 (or 0xCADFF3) is unknown color: approx Pattens Blue. HEX triplet: CA, DF and F3. RGB value is (202,223,243). Sum of RGB (Red+Green+Blue) = 202+223+243=668 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.24% from 668); Green value is 223 (87.5% from 255 or 33.38% from 668); Blue value is 243 (95.31% from 255 or 36.38% from 668); Max value from RGB is 243 - color contains mainly: blue. Hex color #CADFF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADFF3 is #35200C. Grayscale: #DADADA. Windows color (decimal): -3481613 or 15982538. OLE color: 15982538.

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

Color convert

RGB202223243-
CMYK0.170.0800.05
HSL209.27º63.08%87.25%-
HSV(B)209.27º16.87%95.29%-
XYZ66.9271.895.13-
YUV219141.54115.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.24%
GREEN value IS 223 (87.5% from 255) = 33.38%
BLUE value IS 243 (95.31% from 255) = 36.38%
R=30.24%
G=33.38%
B=36.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022232430.170.0800.05209.2763.0887.25
HexCADFF311805d13f57
Octal31233736321100532177127
Binary1100101011011111111100111000110000101110100011111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADFF3; }

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

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

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

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

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

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

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

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