Html Css Color HEX #CAECFC Pattens Blue

📋 copy color: '#CAECFC'

red 202 ◦ green 236 ◦ blue 252

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

Shades of Pattens Blue #CAECFC

Tints of Pattens Blue #CAECFC

RGB

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

 GREEN value IS 236 (92.58% from 255) = 34.2%

 BLUE value IS 252 (98.83% from 255) = 36.52%

R = 29.28%
G = 34.2%
B = 36.52%

CMYK

 C value IS 0.20

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CAECFC (or 0xCAECFC) is known color: Pattens Blue. HEX triplet: CA, EC and FC. RGB value is (202,236,252). Sum of RGB (Red+Green+Blue) = 202+236+252=690 (91% of max value = 765). Red value is 202 (79.30% from 255 or 29.28% from 690); Green value is 236 (92.58% from 255 or 34.20% from 690); Blue value is 252 (98.83% from 255 or 36.52% from 690); Max value from RGB is 252 - color contains mainly: blue. Hex color #CAECFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAECFC is #351303. Grayscale: #E3E3E3. Windows color (decimal): -3478276 or 16575690. OLE color: 16575690.

HSL color Cylindrical-coordinate representation of color #CAECFC: hue angle of 199.2º degrees, saturation: 0.89, 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 #CAECFC is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 202 236 252 -
CMYK 0.20 0.06 0 0.01
HSL 199.2º 0.89% 0.89% -
HSV(B) 199.2º 0.2% 0.99% -
XYZ 71.92 79.58 103.66 -
YUV 227.66 141.74 109.7 -
System Red Green Blue C M Y K H S L
Decimal 202 236 252 0.20 0.06 0 0.01 199.2 0.89 0.89
Hex CA EC FC 14 6 0 1 C7 59 59
Octal 312 354 374 24 6 0 1 307 131 131
Binary 11001010 11101100 11111100 10100 110 0 1 11000111 1011001 1011001

Color Harmonies of #CAECFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAECFC

Black with #CAECFC

Text Example


Text Example

White with #CAECFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAECFC; }

 p { color: rgb(202,236,252); }

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

background-color css

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

 a { background-color: rgb(202,236,252); }

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

border-color css

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

 span { border-color: rgb(202,236,252); }

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