Html Css Color HEX #CAEDFD Pattens Blue

📋 copy color: '#CAEDFD'

red 202 ◦ green 237 ◦ blue 253

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

Shades of Pattens Blue #CAEDFD

Tints of Pattens Blue #CAEDFD

RGB

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

 GREEN value IS 237 (92.97% from 255) = 34.25%

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

R = 29.19%
G = 34.25%
B = 36.56%

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

#CAEDFD (or 0xCAEDFD) is known color: Pattens Blue. HEX triplet: CA, ED and FD. RGB value is (202,237,253). Sum of RGB (Red+Green+Blue) = 202+237+253=692 (91% of max value = 765). Red value is 202 (79.30% from 255 or 29.19% from 692); Green value is 237 (92.97% from 255 or 34.25% from 692); Blue value is 253 (99.22% from 255 or 36.56% from 692); Max value from RGB is 253 - color contains mainly: blue. Hex color #CAEDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAEDFD is #351202. Grayscale: #E4E4E4. Windows color (decimal): -3478019 or 16641482. OLE color: 16641482.

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

Color convert

RGB 202 237 253 -
CMYK 0.20 0.06 0 0.01
HSL 198.82º 0.93% 0.89% -
HSV(B) 198.82º 0.2% 0.99% -
XYZ 72.37 80.22 104.6 -
YUV 228.36 141.9 109.2 -
System Red Green Blue C M Y K H S L
Decimal 202 237 253 0.20 0.06 0 0.01 198.82 0.93 0.89
Hex CA ED FD 14 6 0 1 C7 5D 59
Octal 312 355 375 24 6 0 1 307 135 131
Binary 11001010 11101101 11111101 10100 110 0 1 11000111 1011101 1011001

Color Harmonies of #CAEDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEDFD

Black with #CAEDFD

Text Example


Text Example

White with #CAEDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAEDFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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