#CADFEF

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

Shades of Pattens Blue #CADFEF

Tints of Pattens Blue #CADFEF

Color information

#CADFEF (or 0xCADFEF) is unknown color: approx Pattens Blue. HEX triplet: CA, DF and EF. RGB value is (202,223,239). Sum of RGB (Red+Green+Blue) = 202+223+239=664 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.42% from 664); Green value is 223 (87.5% from 255 or 33.58% from 664); Blue value is 239 (93.75% from 255 or 35.99% from 664); Max value from RGB is 239 - color contains mainly: blue. Hex color #CADFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADFEF is #352010. Grayscale: #DADADA. Windows color (decimal): -3481617 or 15720394. OLE color: 15720394.

HSL color Cylindrical-coordinate representation of color #CADFEF: hue angle of 205.95º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CADFEF is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB202223239-
CMYK0.150.0700.06
HSL205.95º53.62%86.47%-
HSV(B)205.95º15.48%93.73%-
XYZ66.3271.5691.98-
YUV218.54139.54116.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.42%
GREEN value IS 223 (87.5% from 255) = 33.58%
BLUE value IS 239 (93.75% from 255) = 35.99%
R=30.42%
G=33.58%
B=35.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2022232390.150.0700.06205.9553.6286.47
HexCADFEFF706ce3656
Octal3123373571770631666126
Binary11001010110111111110111111111110110110011101101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADFEF; }

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

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

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

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

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

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

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

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