Html Css Color HEX #8BBFDA Cornflower

📋 copy color: '#8BBFDA'

red 139 ◦ green 191 ◦ blue 218

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

Shades of Cornflower #8BBFDA

Tints of Cornflower #8BBFDA

RGB

 RED value IS 139 (54.69% from 255) = 25.36%

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

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

R = 25.36%
G = 34.85%
B = 39.78%

CMYK

 C value IS 0.36

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8BBFDA (or 0x8BBFDA) is known color: Cornflower. HEX triplet: 8B, BF and DA. RGB value is (139,191,218). Sum of RGB (Red+Green+Blue) = 139+191+218=548 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.36% from 548); Green value is 191 (75% from 255 or 34.85% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 218 - color contains mainly: blue. Hex color #8BBFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBFDA is #744025. Grayscale: #B2B2B2. Windows color (decimal): -7618598 or 14335883. OLE color: 14335883.

HSL color Cylindrical-coordinate representation of color #8BBFDA: hue angle of 200.51º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8BBFDA is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 139 191 218 -
CMYK 0.36 0.12 0 0.15
HSL 200.51º 0.52% 0.7% -
HSV(B) 200.51º 0.36% 0.85% -
XYZ 41.93 47.81 73.35 -
YUV 178.53 150.27 99.8 -
System Red Green Blue C M Y K H S L
Decimal 139 191 218 0.36 0.12 0 0.15 200.51 0.52 0.7
Hex 8B BF DA 24 C 0 F C9 34 46
Octal 213 277 332 44 14 0 17 311 64 106
Binary 10001011 10111111 11011010 100100 1100 0 1111 11001001 110100 1000110

Color Harmonies of #8BBFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BBFDA

Black with #8BBFDA

Text Example


Text Example

White with #8BBFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8BBFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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