Html Css Color HEX #DAEAEE Pattens Blue

📋 copy color: '#DAEAEE'

red 218 ◦ green 234 ◦ blue 238

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

Shades of Pattens Blue #DAEAEE

Tints of Pattens Blue #DAEAEE

RGB

 RED value IS 218 (85.55% from 255) = 31.59%

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

 BLUE value IS 238 (93.36% from 255) = 34.49%

R = 31.59%
G = 33.91%
B = 34.49%

CMYK

 C value IS 0.08

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DAEAEE (or 0xDAEAEE) is known color: Pattens Blue. HEX triplet: DA, EA and EE. RGB value is (218,234,238). Sum of RGB (Red+Green+Blue) = 218+234+238=690 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.59% from 690); Green value is 234 (91.80% from 255 or 33.91% from 690); Blue value is 238 (93.36% from 255 or 34.49% from 690); Max value from RGB is 238 - color contains mainly: blue. Hex color #DAEAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEAEE is #251511. Grayscale: #E5E5E5. Windows color (decimal): -2430226 or 15657690. OLE color: 15657690.

HSL color Cylindrical-coordinate representation of color #DAEAEE: hue angle of 192º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DAEAEE is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 218 234 238 -
CMYK 0.08 0.02 0 0.07
HSL 192º 0.37% 0.89% -
HSV(B) 192º 0.08% 0.93% -
XYZ 73.77 79.92 92.43 -
YUV 229.67 132.7 119.67 -
System Red Green Blue C M Y K H S L
Decimal 218 234 238 0.08 0.02 0 0.07 192 0.37 0.89
Hex DA EA EE 8 2 0 7 C0 25 59
Octal 332 352 356 10 2 0 7 300 45 131
Binary 11011010 11101010 11101110 1000 10 0 111 11000000 100101 1011001

Color Harmonies of #DAEAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEAEE

Black with #DAEAEE

Text Example


Text Example

White with #DAEAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEAEE; }

 p { color: rgb(218,234,238); }

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

background-color css

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

 a { background-color: rgb(218,234,238); }

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

border-color css

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

 span { border-color: rgb(218,234,238); }

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