#CAEAFF

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

Shades of Pattens Blue #CAEAFF

Tints of Pattens Blue #CAEAFF

Color information

#CAEAFF (or 0xCAEAFF) is unknown color: approx Pattens Blue. HEX triplet: CA, EA and FF. RGB value is (202,234,255). Sum of RGB (Red+Green+Blue) = 202+234+255=691 (91% of max value = 765). Red value is 202 (79.30% from 255 or 29.23% from 691); Green value is 234 (91.80% from 255 or 33.86% from 691); Blue value is 255 (100% from 255 or 36.90% from 691); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAEAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAEAFF is #351500. Grayscale: #E2E2E2. Windows color (decimal): -3478785 or 16771786. OLE color: 16771786.

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

Color convert

RGB202234255-
CMYK0.210.0800
HSL203.77º100%89.61%-
HSV(B)203.77º20.78%100%-
XYZ71.8378.62106-
YUV226.83143.9110.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.23%
GREEN value IS 234 (91.80% from 255) = 33.86%
BLUE value IS 255 (100% from 255) = 36.90%
R=29.23%
G=33.86%
B=36.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022342550.210.0800203.7710089.61
HexCAEAFF15800cc645a
Octal312352377251000314144132
Binary110010101110101011111111101011000001100110011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEAFF; }

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

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

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

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

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

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

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

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