#CAF1FD

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

Shades of Pattens Blue #CAF1FD

Tints of Pattens Blue #CAF1FD

Color information

#CAF1FD (or 0xCAF1FD) is unknown color: approx Pattens Blue. HEX triplet: CA, F1 and FD. RGB value is (202,241,253). Sum of RGB (Red+Green+Blue) = 202+241+253=696 (92% of max value = 765). Red value is 202 (79.30% from 255 or 29.02% from 696); Green value is 241 (94.53% from 255 or 34.63% from 696); Blue value is 253 (99.22% from 255 or 36.35% from 696); Max value from RGB is 253 - color contains mainly: blue. Hex color #CAF1FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF1FD is #350E02. Grayscale: #E6E6E6. Windows color (decimal): -3476995 or 16642506. OLE color: 16642506.

HSL color Cylindrical-coordinate representation of color #CAF1FD: hue angle of 194.12º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAF1FD is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB202241253-
CMYK0.200.0500.01
HSL194.12º92.73%89.22%-
HSV(B)194.12º20.16%99.22%-
XYZ73.5482.56104.99-
YUV230.71140.58107.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.02%
GREEN value IS 241 (94.53% from 255) = 34.63%
BLUE value IS 253 (99.22% from 255) = 36.35%
R=29.02%
G=34.63%
B=36.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2022412530.200.0500.01194.1292.7389.22
HexCAF1FD14501c25d59
Octal31236137524501302135131
Binary11001010111100011111110110100101011100001010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF1FD; }

 p { color: rgb(202,241,253); }

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

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

 a { background-color: rgb(202,241,253); }

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

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

 span { border-color: rgb(202,241,253); }

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