#CAEAFE

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

Shades of Pattens Blue #CAEAFE

Tints of Pattens Blue #CAEAFE

Color information

#CAEAFE (or 0xCAEAFE) is unknown color: approx Pattens Blue. HEX triplet: CA, EA and FE. RGB value is (202,234,254). Sum of RGB (Red+Green+Blue) = 202+234+254=690 (91% of max value = 765). Red value is 202 (79.30% from 255 or 29.28% from 690); Green value is 234 (91.80% from 255 or 33.91% from 690); Blue value is 254 (99.61% from 255 or 36.81% from 690); Max value from RGB is 254 - color contains mainly: blue. Hex color #CAEAFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAEAFE is #351501. Grayscale: #E2E2E2. Windows color (decimal): -3478786 or 16706250. OLE color: 16706250.

HSL color Cylindrical-coordinate representation of color #CAEAFE: hue angle of 203.08º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAEAFE is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB202234254-
CMYK0.200.0800.00
HSL203.08º96.3%89.41%-
HSV(B)203.08º20.47%99.61%-
XYZ71.6778.56105.15-
YUV226.71143.4110.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.28%
GREEN value IS 234 (91.80% from 255) = 33.91%
BLUE value IS 254 (99.61% from 255) = 36.81%
R=29.28%
G=33.91%
B=36.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2022342540.200.0800.00203.0896.389.41
HexCAEAFE14800cb6059
Octal312352376241000313140131
Binary110010101110101011111110101001000001100101111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEAFE; }

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

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

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

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

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

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

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

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