Html Css Color HEX #DAEFF4 Pattens Blue

📋 copy color: '#DAEFF4'

red 218 ◦ green 239 ◦ blue 244

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

Shades of Pattens Blue #DAEFF4

Tints of Pattens Blue #DAEFF4

RGB

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

 GREEN value IS 239 (93.75% from 255) = 34.09%

 BLUE value IS 244 (95.7% from 255) = 34.81%

R = 31.1%
G = 34.09%
B = 34.81%

CMYK

 C value IS 0.11

 M value IS 0.02

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DAEFF4 (or 0xDAEFF4) is known color: Pattens Blue. HEX triplet: DA, EF and F4. RGB value is (218,239,244). Sum of RGB (Red+Green+Blue) = 218+239+244=701 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.10% from 701); Green value is 239 (93.75% from 255 or 34.09% from 701); Blue value is 244 (95.70% from 255 or 34.81% from 701); Max value from RGB is 244 - color contains mainly: blue. Hex color #DAEFF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEFF4 is #25100B. Grayscale: #E9E9E9. Windows color (decimal): -2428940 or 16052186. OLE color: 16052186.

HSL color Cylindrical-coordinate representation of color #DAEFF4: hue angle of 191.54º degrees, saturation: 0.54, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAEFF4 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 218 239 244 -
CMYK 0.11 0.02 0 0.04
HSL 191.54º 0.54% 0.91% -
HSV(B) 191.54º 0.11% 0.96% -
XYZ 76.11 83.17 97.63 -
YUV 233.29 134.04 117.09 -
System Red Green Blue C M Y K H S L
Decimal 218 239 244 0.11 0.02 0 0.04 191.54 0.54 0.91
Hex DA EF F4 B 2 0 4 C0 36 5B
Octal 332 357 364 13 2 0 4 300 66 133
Binary 11011010 11101111 11110100 1011 10 0 100 11000000 110110 1011011

Color Harmonies of #DAEFF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEFF4

Black with #DAEFF4

Text Example


Text Example

White with #DAEFF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEFF4; }

 p { color: rgb(218,239,244); }

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

background-color css

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

 a { background-color: rgb(218,239,244); }

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

border-color css

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

 span { border-color: rgb(218,239,244); }

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