Html Css Color HEX #CAEAFD Pattens Blue

📋 copy color: '#CAEAFD'

red 202 ◦ green 234 ◦ blue 253

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

Shades of Pattens Blue #CAEAFD

Tints of Pattens Blue #CAEAFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 36.72%

R = 29.32%
G = 33.96%
B = 36.72%

CMYK

 C value IS 0.20

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CAEAFD (or 0xCAEAFD) is known color: Pattens Blue. HEX triplet: CA, EA and FD. RGB value is (202,234,253). Sum of RGB (Red+Green+Blue) = 202+234+253=689 (91% of max value = 765). Red value is 202 (79.30% from 255 or 29.32% from 689); Green value is 234 (91.80% from 255 or 33.96% from 689); Blue value is 253 (99.22% from 255 or 36.72% from 689); Max value from RGB is 253 - color contains mainly: blue. Hex color #CAEAFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAEAFD is #351502. Grayscale: #E2E2E2. Windows color (decimal): -3478787 or 16640714. OLE color: 16640714.

HSL color Cylindrical-coordinate representation of color #CAEAFD: hue angle of 202.35º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAEAFD is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 202 234 253 -
CMYK 0.20 0.08 0 0.01
HSL 202.35º 0.93% 0.89% -
HSV(B) 202.35º 0.2% 0.99% -
XYZ 71.51 78.49 104.31 -
YUV 226.6 142.9 110.46 -
System Red Green Blue C M Y K H S L
Decimal 202 234 253 0.20 0.08 0 0.01 202.35 0.93 0.89
Hex CA EA FD 14 8 0 1 CA 5D 59
Octal 312 352 375 24 10 0 1 312 135 131
Binary 11001010 11101010 11111101 10100 1000 0 1 11001010 1011101 1011001

Color Harmonies of #CAEAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEAFD

Black with #CAEAFD

Text Example


Text Example

White with #CAEAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAEAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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