Html Css Color HEX #98BFDA Cornflower

📋 copy color: '#98BFDA'

red 152 ◦ green 191 ◦ blue 218

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

Shades of Cornflower #98BFDA

Tints of Cornflower #98BFDA

RGB

 RED value IS 152 (59.77% from 255) = 27.09%

 GREEN value IS 191 (75% from 255) = 34.05%

 BLUE value IS 218 (85.55% from 255) = 38.86%

R = 27.09%
G = 34.05%
B = 38.86%

CMYK

 C value IS 0.30

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#98BFDA (or 0x98BFDA) is known color: Cornflower. HEX triplet: 98, BF and DA. RGB value is (152,191,218). Sum of RGB (Red+Green+Blue) = 152+191+218=561 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.09% from 561); Green value is 191 (75% from 255 or 34.05% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 218 - color contains mainly: blue. Hex color #98BFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BFDA is #674025. Grayscale: #B6B6B6. Windows color (decimal): -6766630 or 14335896. OLE color: 14335896.

HSL color Cylindrical-coordinate representation of color #98BFDA: hue angle of 204.55º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98BFDA is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 152 191 218 -
CMYK 0.30 0.12 0 0.15
HSL 204.55º 0.47% 0.73% -
HSV(B) 204.55º 0.3% 0.85% -
XYZ 44.23 49 73.46 -
YUV 182.42 148.08 106.3 -
System Red Green Blue C M Y K H S L
Decimal 152 191 218 0.30 0.12 0 0.15 204.55 0.47 0.73
Hex 98 BF DA 1E C 0 F CD 2F 49
Octal 230 277 332 36 14 0 17 315 57 111
Binary 10011000 10111111 11011010 11110 1100 0 1111 11001101 101111 1001001

Color Harmonies of #98BFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BFDA

Black with #98BFDA

Text Example


Text Example

White with #98BFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98BFDA; }

 p { color: rgb(152,191,218); }

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

background-color css

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

 a { background-color: rgb(152,191,218); }

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

border-color css

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

 span { border-color: rgb(152,191,218); }

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