Html Css Color HEX #CAEAF5 Pattens Blue

📋 copy color: '#CAEAF5'

red 202 ◦ green 234 ◦ blue 245

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

Shades of Pattens Blue #CAEAF5

Tints of Pattens Blue #CAEAF5

RGB

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

 GREEN value IS 234 (91.8% from 255) = 34.36%

 BLUE value IS 245 (96.09% from 255) = 35.98%

R = 29.66%
G = 34.36%
B = 35.98%

CMYK

 C value IS 0.18

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CAEAF5 (or 0xCAEAF5) is known color: Pattens Blue. HEX triplet: CA, EA and F5. RGB value is (202,234,245). Sum of RGB (Red+Green+Blue) = 202+234+245=681 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.66% from 681); Green value is 234 (91.80% from 255 or 34.36% from 681); Blue value is 245 (96.09% from 255 or 35.98% from 681); Max value from RGB is 245 - color contains mainly: blue. Hex color #CAEAF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAEAF5 is #35150A. Grayscale: #E1E1E1. Windows color (decimal): -3478795 or 16116426. OLE color: 16116426.

HSL color Cylindrical-coordinate representation of color #CAEAF5: hue angle of 195.35º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAEAF5 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 234 245 -
CMYK 0.18 0.04 0 0.04
HSL 195.35º 0.68% 0.88% -
HSV(B) 195.35º 0.18% 0.96% -
XYZ 70.26 77.99 97.74 -
YUV 225.69 138.9 111.11 -
System Red Green Blue C M Y K H S L
Decimal 202 234 245 0.18 0.04 0 0.04 195.35 0.68 0.88
Hex CA EA F5 12 4 0 4 C3 44 58
Octal 312 352 365 22 4 0 4 303 104 130
Binary 11001010 11101010 11110101 10010 100 0 100 11000011 1000100 1011000

Color Harmonies of #CAEAF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEAF5

Black with #CAEAF5

Text Example


Text Example

White with #CAEAF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAEAF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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