#CAEEFA

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

Shades of Pattens Blue #CAEEFA

Tints of Pattens Blue #CAEEFA

Color information

#CAEEFA (or 0xCAEEFA) is unknown color: approx Pattens Blue. HEX triplet: CA, EE and FA. RGB value is (202,238,250). Sum of RGB (Red+Green+Blue) = 202+238+250=690 (91% of max value = 765). Red value is 202 (79.30% from 255 or 29.28% from 690); Green value is 238 (93.36% from 255 or 34.49% from 690); Blue value is 250 (98.05% from 255 or 36.23% from 690); Max value from RGB is 250 - color contains mainly: blue. Hex color #CAEEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAEEFA is #351105. Grayscale: #E4E4E4. Windows color (decimal): -3477766 or 16445130. OLE color: 16445130.

HSL color Cylindrical-coordinate representation of color #CAEEFA: hue angle of 195º 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 #CAEEFA is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB202238250-
CMYK0.190.0500.02
HSL195º82.76%88.63%-
HSV(B)195º19.2%98.04%-
XYZ72.1980.61102.2-
YUV228.6140.07109.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.28%
GREEN value IS 238 (93.36% from 255) = 34.49%
BLUE value IS 250 (98.05% from 255) = 36.23%
R=29.28%
G=34.49%
B=36.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022382500.190.0500.0219582.7688.63
HexCAEEFA13502c35359
Octal31235637223502303123131
Binary110010101110111011111010100111010101100001110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEEFA; }

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

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

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

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

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

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

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

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