#CAF0FF

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

Shades of Pattens Blue #CAF0FF

Tints of Pattens Blue #CAF0FF

Color information

#CAF0FF (or 0xCAF0FF) is unknown color: approx Pattens Blue. HEX triplet: CA, F0 and FF. RGB value is (202,240,255). Sum of RGB (Red+Green+Blue) = 202+240+255=697 (92% of max value = 765). Red value is 202 (79.30% from 255 or 28.98% from 697); Green value is 240 (94.14% from 255 or 34.43% from 697); Blue value is 255 (100% from 255 or 36.59% from 697); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAF0FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF0FF is #350F00. Grayscale: #E6E6E6. Windows color (decimal): -3477249 or 16773322. OLE color: 16773322.

HSL color Cylindrical-coordinate representation of color #CAF0FF: hue angle of 196.98º 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 #CAF0FF is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB202240255-
CMYK0.210.0600
HSL196.98º100%89.61%-
HSV(B)196.98º20.78%100%-
XYZ73.5782.1106.58-
YUV230.35141.91107.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 28.98%
GREEN value IS 240 (94.14% from 255) = 34.43%
BLUE value IS 255 (100% from 255) = 36.59%
R=28.98%
G=34.43%
B=36.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022402550.210.0600196.9810089.61
HexCAF0FF15600c5645a
Octal31236037725600305144132
Binary11001010111100001111111110101110001100010111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF0FF; }

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

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

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

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

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

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

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

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