Html Css Color HEX #CDEEFA Pattens Blue

📋 copy color: '#CDEEFA'

red 205 ◦ green 238 ◦ blue 250

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

Shades of Pattens Blue #CDEEFA

Tints of Pattens Blue #CDEEFA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 34.34%

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

R = 29.58%
G = 34.34%
B = 36.08%

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

#CDEEFA (or 0xCDEEFA) is known color: Pattens Blue. HEX triplet: CD, EE and FA. RGB value is (205,238,250). Sum of RGB (Red+Green+Blue) = 205+238+250=693 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.58% from 693); Green value is 238 (93.36% from 255 or 34.34% from 693); Blue value is 250 (98.05% from 255 or 36.08% from 693); Max value from RGB is 250 - color contains mainly: blue. Hex color #CDEEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDEEFA is #321105. Grayscale: #E5E5E5. Windows color (decimal): -3281158 or 16445133. OLE color: 16445133.

HSL color Cylindrical-coordinate representation of color #CDEEFA: hue angle of 196º degrees, saturation: 0.82, 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 #CDEEFA is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 205 238 250 -
CMYK 0.18 0.05 0 0.02
HSL 196º 0.82% 0.89% -
HSV(B) 196º 0.18% 0.98% -
XYZ 73.01 81.03 102.24 -
YUV 229.5 139.57 110.52 -
System Red Green Blue C M Y K H S L
Decimal 205 238 250 0.18 0.05 0 0.02 196 0.82 0.89
Hex CD EE FA 12 5 0 2 C4 52 59
Octal 315 356 372 22 5 0 2 304 122 131
Binary 11001101 11101110 11111010 10010 101 0 10 11000100 1010010 1011001

Color Harmonies of #CDEEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEEFA

Black with #CDEEFA

Text Example


Text Example

White with #CDEEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEEFA; }

 p { color: rgb(205,238,250); }

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

background-color css

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

 a { background-color: rgb(205,238,250); }

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

border-color css

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

 span { border-color: rgb(205,238,250); }

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