Html Css Color HEX #9BD1F1 Cornflower

📋 copy color: '#9BD1F1'

red 155 ◦ green 209 ◦ blue 241

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

Shades of Cornflower #9BD1F1

Tints of Cornflower #9BD1F1

RGB

 RED value IS 155 (60.94% from 255) = 25.62%

 GREEN value IS 209 (82.03% from 255) = 34.55%

 BLUE value IS 241 (94.53% from 255) = 39.83%

R = 25.62%
G = 34.55%
B = 39.83%

CMYK

 C value IS 0.36

 M value IS 0.13

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9BD1F1 (or 0x9BD1F1) is known color: Cornflower. HEX triplet: 9B, D1 and F1. RGB value is (155,209,241). Sum of RGB (Red+Green+Blue) = 155+209+241=605 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.62% from 605); Green value is 209 (82.03% from 255 or 34.55% from 605); Blue value is 241 (94.53% from 255 or 39.83% from 605); Max value from RGB is 241 - color contains mainly: blue. Hex color #9BD1F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BD1F1 is #642E0E. Grayscale: #C4C4C4. Windows color (decimal): -6565391 or 15847835. OLE color: 15847835.

HSL color Cylindrical-coordinate representation of color #9BD1F1: hue angle of 202.33º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BD1F1 is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 155 209 241 -
CMYK 0.36 0.13 0 0.05
HSL 202.33º 0.75% 0.78% -
HSV(B) 202.33º 0.36% 0.95% -
XYZ 52.2 58.92 91.84 -
YUV 196.5 153.11 98.4 -
System Red Green Blue C M Y K H S L
Decimal 155 209 241 0.36 0.13 0 0.05 202.33 0.75 0.78
Hex 9B D1 F1 24 D 0 5 CA 4B 4E
Octal 233 321 361 44 15 0 5 312 113 116
Binary 10011011 11010001 11110001 100100 1101 0 101 11001010 1001011 1001110

Color Harmonies of #9BD1F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD1F1

Black with #9BD1F1

Text Example


Text Example

White with #9BD1F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BD1F1; }

 p { color: rgb(155,209,241); }

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

background-color css

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

 a { background-color: rgb(155,209,241); }

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

border-color css

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

 span { border-color: rgb(155,209,241); }

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