#CAEBFA

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

Shades of Pattens Blue #CAEBFA

Tints of Pattens Blue #CAEBFA

Color information

#CAEBFA (or 0xCAEBFA) is unknown color: approx Pattens Blue. HEX triplet: CA, EB and FA. RGB value is (202,235,250). Sum of RGB (Red+Green+Blue) = 202+235+250=687 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.40% from 687); Green value is 235 (92.19% from 255 or 34.21% from 687); Blue value is 250 (98.05% from 255 or 36.39% from 687); Max value from RGB is 250 - color contains mainly: blue. Hex color #CAEBFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAEBFA is #351405. Grayscale: #E2E2E2. Windows color (decimal): -3478534 or 16444362. OLE color: 16444362.

HSL color Cylindrical-coordinate representation of color #CAEBFA: hue angle of 198.75º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAEBFA is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB202235250-
CMYK0.190.0600.02
HSL198.75º82.76%88.63%-
HSV(B)198.75º19.2%98.04%-
XYZ71.3278.88101.91-
YUV226.84141.07110.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.40%
GREEN value IS 235 (92.19% from 255) = 34.21%
BLUE value IS 250 (98.05% from 255) = 36.39%
R=29.40%
G=34.21%
B=36.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022352500.190.0600.02198.7582.7688.63
HexCAEBFA13602c75359
Octal31235337223602307123131
Binary110010101110101111111010100111100101100011110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEBFA; }

 p { color: rgb(202,235,250); }

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

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

 a { background-color: rgb(202,235,250); }

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

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

 span { border-color: rgb(202,235,250); }

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