#CADFEB

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

Shades of Pattens Blue #CADFEB

Tints of Pattens Blue #CADFEB

Color information

#CADFEB (or 0xCADFEB) is unknown color: approx Pattens Blue. HEX triplet: CA, DF and EB. RGB value is (202,223,235). Sum of RGB (Red+Green+Blue) = 202+223+235=660 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.61% from 660); Green value is 223 (87.5% from 255 or 33.79% from 660); Blue value is 235 (92.19% from 255 or 35.61% from 660); Max value from RGB is 235 - color contains mainly: blue. Hex color #CADFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADFEB is #352014. Grayscale: #DADADA. Windows color (decimal): -3481621 or 15458250. OLE color: 15458250.

HSL color Cylindrical-coordinate representation of color #CADFEB: hue angle of 201.82º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CADFEB is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB202223235-
CMYK0.140.0500.08
HSL201.82º45.21%85.69%-
HSV(B)201.82º14.04%92.16%-
XYZ65.7471.3388.9-
YUV218.09137.54116.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.61%
GREEN value IS 223 (87.5% from 255) = 33.79%
BLUE value IS 235 (92.19% from 255) = 35.61%
R=30.61%
G=33.79%
B=35.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022232350.140.0500.08201.8245.2185.69
HexCADFEBE508ca2d56
Octal31233735316501031255126
Binary110010101101111111101011111010101000110010101011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADFEB; }

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

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

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

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

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

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

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

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