Html Css Color HEX #DAF0FA Pattens Blue

📋 copy color: '#DAF0FA'

red 218 ◦ green 240 ◦ blue 250

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

Shades of Pattens Blue #DAF0FA

Tints of Pattens Blue #DAF0FA

RGB

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

 GREEN value IS 240 (94.14% from 255) = 33.9%

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

R = 30.79%
G = 33.9%
B = 35.31%

CMYK

 C value IS 0.13

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DAF0FA (or 0xDAF0FA) is known color: Pattens Blue. HEX triplet: DA, F0 and FA. RGB value is (218,240,250). Sum of RGB (Red+Green+Blue) = 218+240+250=708 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.79% from 708); Green value is 240 (94.14% from 255 or 33.90% from 708); Blue value is 250 (98.05% from 255 or 35.31% from 708); Max value from RGB is 250 - color contains mainly: blue. Hex color #DAF0FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF0FA is #250F05. Grayscale: #EAEAEA. Windows color (decimal): -2428678 or 16445658. OLE color: 16445658.

HSL color Cylindrical-coordinate representation of color #DAF0FA: hue angle of 198.75º 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 #DAF0FA is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 240 250 -
CMYK 0.13 0.04 0 0.02
HSL 198.75º 0.76% 0.92% -
HSV(B) 198.75º 0.13% 0.98% -
XYZ 77.33 84.13 102.61 -
YUV 234.56 136.71 116.19 -
System Red Green Blue C M Y K H S L
Decimal 218 240 250 0.13 0.04 0 0.02 198.75 0.76 0.92
Hex DA F0 FA D 4 0 2 C7 4C 5C
Octal 332 360 372 15 4 0 2 307 114 134
Binary 11011010 11110000 11111010 1101 100 0 10 11000111 1001100 1011100

Color Harmonies of #DAF0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF0FA

Black with #DAF0FA

Text Example


Text Example

White with #DAF0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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