#CADFF4

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

Shades of Pattens Blue #CADFF4

Tints of Pattens Blue #CADFF4

Color information

#CADFF4 (or 0xCADFF4) is unknown color: approx Pattens Blue. HEX triplet: CA, DF and F4. RGB value is (202,223,244). Sum of RGB (Red+Green+Blue) = 202+223+244=669 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.19% from 669); Green value is 223 (87.5% from 255 or 33.33% from 669); Blue value is 244 (95.70% from 255 or 36.47% from 669); Max value from RGB is 244 - color contains mainly: blue. Hex color #CADFF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADFF4 is #35200B. Grayscale: #DBDBDB. Windows color (decimal): -3481612 or 16048074. OLE color: 16048074.

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

Color convert

RGB202223244-
CMYK0.170.0900.04
HSL210º65.62%87.45%-
HSV(B)210º17.21%95.69%-
XYZ67.0771.8695.92-
YUV219.11142.04115.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.19%
GREEN value IS 223 (87.5% from 255) = 33.33%
BLUE value IS 244 (95.70% from 255) = 36.47%
R=30.19%
G=33.33%
B=36.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2022232440.170.0900.0421065.6287.45
HexCADFF411904d24257
Octal312337364211104322102127
Binary11001010110111111111010010001100101001101001010000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADFF4; }

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

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

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

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

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

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

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

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