Html Css Color HEX #CDEDF9 Pattens Blue

📋 copy color: '#CDEDF9'

red 205 ◦ green 237 ◦ blue 249

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

Shades of Pattens Blue #CDEDF9

Tints of Pattens Blue #CDEDF9

RGB

 RED value IS 205 (80.47% from 255) = 29.67%

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

 BLUE value IS 249 (97.66% from 255) = 36.03%

R = 29.67%
G = 34.3%
B = 36.03%

CMYK

 C value IS 0.18

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CDEDF9 (or 0xCDEDF9) is known color: Pattens Blue. HEX triplet: CD, ED and F9. RGB value is (205,237,249). Sum of RGB (Red+Green+Blue) = 205+237+249=691 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.67% from 691); Green value is 237 (92.97% from 255 or 34.30% from 691); Blue value is 249 (97.66% from 255 or 36.03% from 691); Max value from RGB is 249 - color contains mainly: blue. Hex color #CDEDF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDEDF9 is #321206. Grayscale: #E4E4E4. Windows color (decimal): -3281415 or 16379341. OLE color: 16379341.

HSL color Cylindrical-coordinate representation of color #CDEDF9: hue angle of 196.36º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDEDF9 is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 205 237 249 -
CMYK 0.18 0.05 0 0.02
HSL 196.36º 0.79% 0.89% -
HSV(B) 196.36º 0.18% 0.98% -
XYZ 72.56 80.39 101.31 -
YUV 228.8 139.4 111.02 -
System Red Green Blue C M Y K H S L
Decimal 205 237 249 0.18 0.05 0 0.02 196.36 0.79 0.89
Hex CD ED F9 12 5 0 2 C4 4F 59
Octal 315 355 371 22 5 0 2 304 117 131
Binary 11001101 11101101 11111001 10010 101 0 10 11000100 1001111 1011001

Color Harmonies of #CDEDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEDF9

Black with #CDEDF9

Text Example


Text Example

White with #CDEDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEDF9; }

 p { color: rgb(205,237,249); }

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

background-color css

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

 a { background-color: rgb(205,237,249); }

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

border-color css

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

 span { border-color: rgb(205,237,249); }

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