Html Css Color HEX #CAE5F0 Pattens Blue

📋 copy color: '#CAE5F0'

red 202 ◦ green 229 ◦ blue 240

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

Shades of Pattens Blue #CAE5F0

Tints of Pattens Blue #CAE5F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 35.77%

R = 30.1%
G = 34.13%
B = 35.77%

CMYK

 C value IS 0.16

 M value IS 0.05

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CAE5F0 (or 0xCAE5F0) is known color: Pattens Blue. HEX triplet: CA, E5 and F0. RGB value is (202,229,240). Sum of RGB (Red+Green+Blue) = 202+229+240=671 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.10% from 671); Green value is 229 (89.84% from 255 or 34.13% from 671); Blue value is 240 (94.14% from 255 or 35.77% from 671); Max value from RGB is 240 - color contains mainly: blue. Hex color #CAE5F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAE5F0 is #351A0F. Grayscale: #DEDEDE. Windows color (decimal): -3480080 or 15787466. OLE color: 15787466.

HSL color Cylindrical-coordinate representation of color #CAE5F0: hue angle of 197.37º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAE5F0 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 202 229 240 -
CMYK 0.16 0.05 0 0.06
HSL 197.37º 0.56% 0.87% -
HSV(B) 197.37º 0.16% 0.94% -
XYZ 68.1 74.89 93.3 -
YUV 222.18 138.05 113.61 -
System Red Green Blue C M Y K H S L
Decimal 202 229 240 0.16 0.05 0 0.06 197.37 0.56 0.87
Hex CA E5 F0 10 5 0 6 C5 38 57
Octal 312 345 360 20 5 0 6 305 70 127
Binary 11001010 11100101 11110000 10000 101 0 110 11000101 111000 1010111

Color Harmonies of #CAE5F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE5F0

Black with #CAE5F0

Text Example


Text Example

White with #CAE5F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE5F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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