#CADFF5

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

Shades of Pattens Blue #CADFF5

Tints of Pattens Blue #CADFF5

Color information

#CADFF5 (or 0xCADFF5) is unknown color: approx Pattens Blue. HEX triplet: CA, DF and F5. RGB value is (202,223,245). Sum of RGB (Red+Green+Blue) = 202+223+245=670 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.15% from 670); Green value is 223 (87.5% from 255 or 33.28% from 670); Blue value is 245 (96.09% from 255 or 36.57% from 670); Max value from RGB is 245 - color contains mainly: blue. Hex color #CADFF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADFF5 is #35200A. Grayscale: #DBDBDB. Windows color (decimal): -3481611 or 16113610. OLE color: 16113610.

HSL color Cylindrical-coordinate representation of color #CADFF5: hue angle of 210.7º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CADFF5 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB202223245-
CMYK0.180.0900.04
HSL210.7º68.25%87.65%-
HSV(B)210.7º17.55%96.08%-
XYZ67.2371.9296.73-
YUV219.23142.54115.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.15%
GREEN value IS 223 (87.5% from 255) = 33.28%
BLUE value IS 245 (96.09% from 255) = 36.57%
R=30.15%
G=33.28%
B=36.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2022232450.180.0900.04210.768.2587.65
HexCADFF512904d34458
Octal312337365221104323104130
Binary11001010110111111111010110010100101001101001110001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADFF5; }

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

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

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

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

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

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

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

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