#CAF1FF

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

Shades of Pattens Blue #CAF1FF

Tints of Pattens Blue #CAF1FF

Color information

#CAF1FF (or 0xCAF1FF) is unknown color: approx Pattens Blue. HEX triplet: CA, F1 and FF. RGB value is (202,241,255). Sum of RGB (Red+Green+Blue) = 202+241+255=698 (92% of max value = 765). Red value is 202 (79.30% from 255 or 28.94% from 698); Green value is 241 (94.53% from 255 or 34.53% from 698); Blue value is 255 (100% from 255 or 36.53% from 698); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAF1FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF1FF is #350E00. Grayscale: #E6E6E6. Windows color (decimal): -3476993 or 16773578. OLE color: 16773578.

HSL color Cylindrical-coordinate representation of color #CAF1FF: hue angle of 195.85º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAF1FF is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB202241255-
CMYK0.210.0500
HSL195.85º100%89.61%-
HSV(B)195.85º20.78%100%-
XYZ73.8682.69106.67-
YUV230.93141.58107.36-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 28.94%
GREEN value IS 241 (94.53% from 255) = 34.53%
BLUE value IS 255 (100% from 255) = 36.53%
R=28.94%
G=34.53%
B=36.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022412550.210.0500195.8510089.61
HexCAF1FF15500c4645a
Octal31236137725500304144132
Binary11001010111100011111111110101101001100010011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF1FF; }

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

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

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

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

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

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

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

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