Html Css Color HEX #CAE3FA Pattens Blue

📋 copy color: '#CAE3FA'

red 202 ◦ green 227 ◦ blue 250

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

Shades of Pattens Blue #CAE3FA

Tints of Pattens Blue #CAE3FA

RGB

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

 GREEN value IS 227 (89.06% from 255) = 33.43%

 BLUE value IS 250 (98.05% from 255) = 36.82%

R = 29.75%
G = 33.43%
B = 36.82%

CMYK

 C value IS 0.19

 M value IS 0.09

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CAE3FA (or 0xCAE3FA) is known color: Pattens Blue. HEX triplet: CA, E3 and FA. RGB value is (202,227,250). Sum of RGB (Red+Green+Blue) = 202+227+250=679 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.75% from 679); Green value is 227 (89.06% from 255 or 33.43% from 679); Blue value is 250 (98.05% from 255 or 36.82% from 679); Max value from RGB is 250 - color contains mainly: blue. Hex color #CAE3FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAE3FA is #351C05. Grayscale: #DEDEDE. Windows color (decimal): -3480582 or 16442314. OLE color: 16442314.

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

Color convert

RGB 202 227 250 -
CMYK 0.19 0.09 0 0.02
HSL 208.75º 0.83% 0.89% -
HSV(B) 208.75º 0.19% 0.98% -
XYZ 69.08 74.4 101.16 -
YUV 222.15 143.72 113.63 -
System Red Green Blue C M Y K H S L
Decimal 202 227 250 0.19 0.09 0 0.02 208.75 0.83 0.89
Hex CA E3 FA 13 9 0 2 D1 53 59
Octal 312 343 372 23 11 0 2 321 123 131
Binary 11001010 11100011 11111010 10011 1001 0 10 11010001 1010011 1011001

Color Harmonies of #CAE3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE3FA

Black with #CAE3FA

Text Example


Text Example

White with #CAE3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE3FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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