Html Css Color HEX #65FEF1 Baby Blue

📋 copy color: '#65FEF1'

red 101 ◦ green 254 ◦ blue 241

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

Shades of Baby Blue #65FEF1

Tints of Baby Blue #65FEF1

RGB

 RED value IS 101 (39.84% from 255) = 16.95%

 GREEN value IS 254 (99.61% from 255) = 42.62%

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

R = 16.95%
G = 42.62%
B = 40.44%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.05

 K value IS 0.00

RGB Variations

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

Color information

#65FEF1 (or 0x65FEF1) is known color: Baby Blue. HEX triplet: 65, FE and F1. RGB value is (101,254,241). Sum of RGB (Red+Green+Blue) = 101+254+241=596 (78% of max value = 765). Red value is 101 (39.84% from 255 or 16.95% from 596); Green value is 254 (99.61% from 255 or 42.62% from 596); Blue value is 241 (94.53% from 255 or 40.44% from 596); Max value from RGB is 254 - color contains mainly: green. Hex color #65FEF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65FEF1 is #9A010E. Grayscale: #CECECE. Windows color (decimal): -10092815 or 15859301. OLE color: 15859301.

HSL color Cylindrical-coordinate representation of color #65FEF1: hue angle of 174.9º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65FEF1 is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.

Color convert

RGB 101 254 241 -
CMYK 0.60 0 0.05 0.00
HSL 174.9º 0.99% 0.7% -
HSV(B) 174.9º 0.6% 1% -
XYZ 56.69 80 95.67 -
YUV 206.77 147.31 52.56 -
System Red Green Blue C M Y K H S L
Decimal 101 254 241 0.60 0 0.05 0.00 174.9 0.99 0.7
Hex 65 FE F1 3C 0 5 0 AF 63 46
Octal 145 376 361 74 0 5 0 257 143 106
Binary 1100101 11111110 11110001 111100 0 101 0 10101111 1100011 1000110

Color Harmonies of #65FEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65FEF1

Black with #65FEF1

Text Example


Text Example

White with #65FEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65FEF1; }

 p { color: rgb(101,254,241); }

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

background-color css

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

 a { background-color: rgb(101,254,241); }

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

border-color css

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

 span { border-color: rgb(101,254,241); }

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