Html Css Color HEX #DAEEFA Pattens Blue

📋 copy color: '#DAEEFA'

red 218 ◦ green 238 ◦ blue 250

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

Shades of Pattens Blue #DAEEFA

Tints of Pattens Blue #DAEEFA

RGB

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

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

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

R = 30.88%
G = 33.71%
B = 35.41%

CMYK

 C value IS 0.13

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DAEEFA (or 0xDAEEFA) is known color: Pattens Blue. HEX triplet: DA, EE and FA. RGB value is (218,238,250). Sum of RGB (Red+Green+Blue) = 218+238+250=706 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.88% from 706); Green value is 238 (93.36% from 255 or 33.71% from 706); Blue value is 250 (98.05% from 255 or 35.41% from 706); Max value from RGB is 250 - color contains mainly: blue. Hex color #DAEEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEEFA is #251105. Grayscale: #E9E9E9. Windows color (decimal): -2429190 or 16445146. OLE color: 16445146.

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

Color convert

RGB 218 238 250 -
CMYK 0.13 0.05 0 0.02
HSL 202.5º 0.76% 0.92% -
HSV(B) 202.5º 0.13% 0.98% -
XYZ 76.74 82.96 102.41 -
YUV 233.39 137.37 117.02 -
System Red Green Blue C M Y K H S L
Decimal 218 238 250 0.13 0.05 0 0.02 202.5 0.76 0.92
Hex DA EE FA D 5 0 2 CA 4C 5C
Octal 332 356 372 15 5 0 2 312 114 134
Binary 11011010 11101110 11111010 1101 101 0 10 11001010 1001100 1011100

Color Harmonies of #DAEEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEEFA

Black with #DAEEFA

Text Example


Text Example

White with #DAEEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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