Html Css Color HEX #CAE5FE Pattens Blue

📋 copy color: '#CAE5FE'

red 202 ◦ green 229 ◦ blue 254

#CAE5FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pattens Blue #CAE5FE

Tints of Pattens Blue #CAE5FE

RGB

 RED value IS 202 (79.3% from 255) = 29.49%

 GREEN value IS 229 (89.84% from 255) = 33.43%

 BLUE value IS 254 (99.61% from 255) = 37.08%

R = 29.49%
G = 33.43%
B = 37.08%

CMYK

 C value IS 0.20

 M value IS 0.10

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CAE5FE (or 0xCAE5FE) is known color: Pattens Blue. HEX triplet: CA, E5 and FE. RGB value is (202,229,254). Sum of RGB (Red+Green+Blue) = 202+229+254=685 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.49% from 685); Green value is 229 (89.84% from 255 or 33.43% from 685); Blue value is 254 (99.61% from 255 or 37.08% from 685); Max value from RGB is 254 - color contains mainly: blue. Hex color #CAE5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAE5FE is #351A01. Grayscale: #DFDFDF. Windows color (decimal): -3480066 or 16704970. OLE color: 16704970.

HSL color Cylindrical-coordinate representation of color #CAE5FE: hue angle of 208.85º 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 #CAE5FE is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 202 229 254 -
CMYK 0.20 0.10 0 0.00
HSL 208.85º 0.96% 0.89% -
HSV(B) 208.85º 0.2% 1% -
XYZ 70.27 75.75 104.68 -
YUV 223.78 145.05 112.47 -
System Red Green Blue C M Y K H S L
Decimal 202 229 254 0.20 0.10 0 0.00 208.85 0.96 0.89
Hex CA E5 FE 14 A 0 0 D1 60 59
Octal 312 345 376 24 12 0 0 321 140 131
Binary 11001010 11100101 11111110 10100 1010 0 0 11010001 1100000 1011001

Color Harmonies of #CAE5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE5FE

Black with #CAE5FE

Text Example


Text Example

White with #CAE5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE5FE; }

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

 H1.HeaderClassName
 {
   color: #CAE5FE;
 }
 .AnyTagClassName
 {
   color: #CAE5FE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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